Hi,

I have a very big form with two buttons: Save and Submit. If the user hits
the Save button, I want to bypass *some* of the validation, but not all of
it. For example, I want to notify the user of any conversion errors (such as
text in a field where a number is expected), but I want to ignore required
fields.

This article
(http://www.richardnichols.net/2010/10/implementing-a-draft-mode-with-apache-wicket-forms/)
suggests a way of doing this, but my problem is that my form is really big
and includes many sub-forms. How can a sub-form know if we are in draft-mode
validation? Is there a nice way of defining application-wide validation
settings?

Thanks,

Luis Pureza



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Draft-mode-validation-tp4657252.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to