On Sep 11, 2014, at 0:36 , Pablo R. Digonzelli wrote:

Hi, i am using QCMagritte and I like it. The problem I found is in using custom components.
For example I have this description

<magritteDescription>
^ MADateDescription new
    priority: 200;
    beRequired ;
    label: 'Vencimiento';
    accessor: #vencimiento;
    default: ( Date today + 30 ) ;
    componentClass: MAJQDateInputComponent ;
    comment: 'Fecha de vencimiento de la lista de precios';
    yourself

But no MAJDateInputComponent is using by description.
Can anyone help me?

Are you using the bootstrap application template?
Do you use a builder that overrides the component?

Stephan