You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/08/25 05:42:17 UTC

[jira] Resolved: (WICKET-2807) AjaxSubmitLink not calling the onsubmit event handler

     [ https://issues.apache.org/jira/browse/WICKET-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2807.
-----------------------------------

      Assignee: Igor Vaynberg
    Resolution: Cannot Reproduce

tried with 1.4.10, changed quickstart to be

Form f2  = new Form("form2") {
		@Override
		protected void onSubmit() {
			System.out.println("form2 submit");
		}
	};

line gets printed out when i click the ajax submit link

> AjaxSubmitLink not calling the onsubmit event handler
> -----------------------------------------------------
>
>                 Key: WICKET-2807
>                 URL: https://issues.apache.org/jira/browse/WICKET-2807
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.7
>            Reporter: Anantha kumaran
>            Assignee: Igor Vaynberg
>            Priority: Minor
>         Attachments: project.zip
>
>
> SubmitLink calls the <form>'s onsubmit event handler, 
> But AjaxSubmitLink does not.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.