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/18 02:13:18 UTC

[jira] Resolved: (WICKET-537) AjaxForm needed for full featured handling

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

Igor Vaynberg resolved WICKET-537.
----------------------------------

      Assignee: Igor Vaynberg
    Resolution: Invalid

as of 1.3 or 1.4 ajaxsubmitlink and ajaxbutton are already supported as form submit components, see IFormSubmittingComponent

also as of 1.4 ajax request target now supports focusing of components.

> AjaxForm needed for full featured handling
> ------------------------------------------
>
>                 Key: WICKET-537
>                 URL: https://issues.apache.org/jira/browse/WICKET-537
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>    Affects Versions: 1.2.7
>         Environment: Ubuntu Linux 2.6.20-15-generic
> Java 6
>            Reporter: Julian Klappenbach
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M2
>
>
> Given that Ajax components are in popular use, a Form object to handle the specific issues caused by Ajax environments is necessary.  The following features are recommended:
> Refactoring defaultSubmitButton to defaultSubmitComponent to enable AjaxSubmitLinks and AjaxSubmitButtons to be handled abstractly.
> Furthermore, The AjaxForm component should also feature an API method to accept the default component for focus.  Establishing a default focus will enable the injection of javascript to set focus as appropriate when new panels become active.

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