Hello, I'm working with wizards and having a small problem. Some steps needn't to process the form validation (an internal form let the user inserts several sets of values, it implements a 1-N relation of my database).
How can I tell wicket that step #1 need to submit the whole form and that step #2 not? I tried to get the "next" button and "setDefaultFormProcessing(false)" to it but it doesn't work (I dont know how to properly get the "next" button) Thank you for your help ;) -- View this message in context: http://www.nabble.com/Wizard-and-form-submission-tf4842010.html#a13853053 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
