RE: Nested form submit problem

2012-08-29 Thread Sandor Feher
Many thanks Paul, I will go ahead. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Nested-form-submit-problem-tp4651565p4651608.html Sent from the Users forum mailing list archive at Nabble.com

RE: Nested form submit problem

2012-08-29 Thread Paul Bors
step in a Wizard only that you're displaying all panels at once. ~ Thank you, Paul Bors -Original Message- From: Sandor Feher [mailto:sfe...@bluesystem.hu] Sent: Wednesday, August 29, 2012 3:00 AM To: users@wicket.apache.org Subject: RE: Nested form submit problem Paul Bors wrot

RE: Nested form submit problem

2012-08-29 Thread Sandor Feher
t what could be the best approach to achieve this. TIA, Sandor http://apache-wicket.1842946.n4.nabble.com/file/n4651589/modell_copy.png -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Nested-form-submit-problem-tp4651565p4651589.html Sent from the Users forum mailing li

RE: Nested form submit problem

2012-08-28 Thread Paul Bors
ugust 28, 2012 5:54 PM To: users@wicket.apache.org Subject: RE: Nested form submit problem This works until I submit the parent form because it fires nested form's onSubmit event. Does not matter if I click on save or cancel or whatever button. Anyway. Is it possible to catch the button n

RE: Nested form submit problem

2012-08-28 Thread Sandor Feher
utton clicked. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Nested-form-submit-problem-tp4651565p4651576.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e

Re: Nested form submit problem

2012-08-28 Thread Sandor Feher
Be sure :). This is the root of all evil :). Checked. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Nested-form-submit-problem-tp4651565p4651575.html Sent from the Users forum mailing list archive at Nabble.com

RE: Nested form submit problem

2012-08-28 Thread Paul Bors
esystem.hu] Sent: Tuesday, August 28, 2012 3:37 PM To: users@wicket.apache.org Subject: RE: Nested form submit problem Hi Paul, The problem related to AjaxFormSubmitBehavior behaviour. This fires eform's onSubmit event. My original goal was to create field level validation with Ajax nothing

RE: Nested form submit problem

2012-08-28 Thread Sandor Feher
@Override protected void onError(AjaxRequestTarget art) { art.add(fb); } }; -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Nested-form-submit-problem-tp4651565p4651568.html

Re: Nested form submit problem

2012-08-28 Thread Andrea Del Bene
s message in context: http://apache-wicket.1842946.n4.nabble.com/Nested-form-submit-problem-tp4651565.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

RE: Nested form submit problem

2012-08-28 Thread Paul Bors
012 11:28 AM To: users@wicket.apache.org Subject: Nested form submit problem Hi, I have the following use case. I have some questionnaires and a couple of questions belong to every questionnaire. I created a nested form component contains two forms. First does nothing just has some buttons (save,dele

Nested form submit problem

2012-08-28 Thread Sandor Feher
th of them fires inner form's onSubmit event. http://pastebin.com/zErvmG5J tia, Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Nested-form-submit-problem-tp4651565.html Sent from the Users forum mailing list archiv