Ofcourse this does not work if javascript is disabled. I wonder if it is possible to switch the required fields in a validator (one which can be configured to run before the required checks).
** Martin 2008/3/28, Martin Makundi <[EMAIL PROTECTED]>: > You could use onchange events to attach ajax behavior that changes the > required fields? > > ** > Martin > > 2008/3/28, freak182 <[EMAIL PROTECTED]>: > > > > > Hello, > > I have a problem about bypassing some textfields during form process.I > know > > how bypass form processing through adding a method to > > button.setDefaultFormProcessing(false);. Now my problem is to bypass only > 1 > > or 3 requiredtextfields during form processing because what im concerned > is > > only the value of radiogroup attach to the form...e.g.. i have to REMOVE > > only the radio button which is selected in the form, thats means no more > > inputs needed.Of course, when i have to add items in listview i should > > validate if there is value in textfield which required...Thanks a > > lot..Cheers. > > > > -- > > View this message in context: > http://www.nabble.com/bypass-required-field-during-form-processing-tp16345749p16345749.html > > Sent from the Wicket - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
