Hey wicket ppl ...  

Is there any beforeSubmit() event like method available on Form. 

I need it cause I have nested forms and only one form is allowed to store
data in the database, so if I had a method beforeSubmit() all my nested
forms could send data to the root form and root form would submit it to the
database. I also though of it because I was looking at sources of Form class
and nested forms onSubmit() method gets called after main form onSubmit() is
executed, so In my case data is first stored into database and after that
nested forms provide data to the main form to be stored in database.

So either I implement procesing on my own (which I really wouldn't like to
do, cause it's allready there (validation, processing, etc...)) or is there
a beforeSubmit() kinda way available and I can't find it anywhere ... 

Any help appreciated.

Regards

Armando

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Nested-forms-onSubmit-question-tp3026993p3026993.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