Re: Wicket Wizard form need to add custom validation to each panel

2008-02-29 Thread Kent Tong


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]



Re: Wicket Wizard form need to add custom validation to each panel

2008-02-29 Thread Igor Vaynberg
or embed a form in the wizard panel and add the validator to that

-igor


On Fri, Feb 29, 2008 at 7:47 PM, Kent Tong [EMAIL PROTECTED] wrote:


  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]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]