Please If you need the validation rules to change based on what is submitted in a form, you will need to have these business rules in your form on submit event handler.
Please see an example of this online at: http://www.avoka.com/click-examples/source-viewer.htm?filename=WEB-INF/classes/org/apache/click/examples/page/form/TabbedFormDemo.java regards Malcolm Edgar On Wed, Apr 29, 2009 at 4:57 PM, easydoor <[email protected]> wrote: > When i create a field in a form which is disabled and becomes enabled and > required after change on another field, the required field is not considered > in the validation form as a required field. > The field has an asterisk but there is no error message if this one is not > filled and i can update my JavaBean without control. > > Could you correct this bug in the 1.5.1 version or give me quickly an advice > to avoid this UI behavior ? > > Thanks > > >
