Re: Non-Submit Button Not Getting Called from Form

2011-07-30 Thread eugenebalt
backLink can be mapped to a button, it seems. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Non-Submit-Button-Not-Getting-Called-from-Form-tp3705651p3706525.html Sent from the Users forum mailing list archiv

Re: Non-Submit Button Not Getting Called from Form

2011-07-30 Thread Christian Huber
t make it Submit, I already have another Submit button. This is button #2. I need to override its click behavior, and for some reason I'm not catching it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Non-Submit-Button-Not-Getting-Called-from-Form-tp3705651p37062

Re: Non-Submit Button Not Getting Called from Form

2011-07-30 Thread eugenebalt
I can't make it Submit, I already have another Submit button. This is button #2. I need to override its click behavior, and for some reason I'm not catching it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Non-Submit-Button-Not-Getting-Called

Re: Non-Submit Button Not Getting Called from Form

2011-07-30 Thread Christian Huber
d onSubmit() { System.out.println("Clicked"); } }); Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Non-Submit-Button-Not-Getting-Called-from-Form-tp3705651p3705651.html Sent from the Users forum mailing

Re: Non-Submit Button Not Getting Called from Form

2011-07-29 Thread hariharansrc
Actually what you will do when clicking cancel override onSubmit event similarly like other buttons https://cwiki.apache.org/WICKET/multiple-submit-buttons.html -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Non-Submit-Button-Not-Getting-Called-from-Form

Non-Submit Button Not Getting Called from Form

2011-07-29 Thread eugenebalt
} }); Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Non-Submit-Button-Not-Getting-Called-from-Form-tp3705651p3705651.html Sent from the Users forum mailing list archive at Nabble.com. ---