AshleyAbraham wrote: > > I am working on a wicket wizard component, I am trying to add an > AbstractFormValidation to each wizardStep, so when the wizardStep is > added/replaced the wizard form will know how to custom validate that > particular wizardStep. >
Why not add the form validator to the wizard step? It has an add() method exactly for this purpose. ----- -- Kent Tong Wicket tutorials freely available at http://www.agileskills2.org/EWDW Axis2 tutorials freely available at http://www.agileskills2.org/DWSAA -- View this message in context: http://www.nabble.com/Wicket-Wizard-form-need-to-add-custom-validation-to-each-panel-tp15746917p15772387.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]
