Dear all,
I was wondering how is it possible to have for example fields like "Number of Installments:" (a drop down field with the values 1 or 2), "Date of First Installment:", "Date of Second Installment" , "Date of One and Only Installment", then on the occasion that a user selects 1 installment in the "Number of Installments" field, then the form renders the "Date of One and Only Installment" date field. However if the user selects 2 installments then the form should render the 2 date fields "Date of First Installment:", "Date of Second Installment". How can I achieve this with the Roo generated web interface?

Thanks in advance