Hello,

say i have a small form :

  * first name - text field required
  * last name - text field required
  * phone no - text field required
  * submit button to add new contact

everything works fine until I put the form into a wizard step. It turns out that wizard itself is a form. So now we have :

wizard
  - some refreshing view
  - add contact form
    * first name - text field required
    * last name - text field required
    * phone no - text field required
    * submit button to add new contact
  - wizard navigation buttons

Pressing wizard "Next" button makes addContactForm validate which raises required text fields errors. You cannot leave the step.

Is there a way to fire form/field validators only if a specific button has been pressed?
        lg

--
Leszek Gawron

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to