Hi everyone,
How can I create custom forms using Spring Roo? I tried to add a custom field in the view for retyping the email address (this is just an example).
I also had to create the language definition to avoid errors. The field shows up but incorrectly formatted (style is different). I don't really understand why. Is there a tutorial regarding this or do I need to create the whole form from scratch?Code:<field:input field="email" id="c_ch_fhnw_edu_wodss_reminder_models_dtos_AccountDTO_email2" required="true" validationMessageCode="field_invalid_email" z=""/>


Reply With Quote