Hi,
In my wicket page I have a AjaxSubmitLink(which is a <a> link in html
template) beside the textfield in a form.
And when I press enter after entering data in textfield, the form is getting
submitted but the onSubmit() function of AjaxSubmitLink is not getting
callled.
when I debug  in to the source code of Form.java , the onFormSubmitted()
function is called and which inturn calls findSubmittingButton() which is
returning null.
Can you kindly provide me a solution for this.
Thanks & Regards
Anupama
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to