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 2009/08/06 04:25:14 UTC

[jira] Created: (WICKET-2420) Ajax support for multipart forms

Ajax support for multipart forms
--------------------------------

                 Key: WICKET-2420
                 URL: https://issues.apache.org/jira/browse/WICKET-2420
             Project: Wicket
          Issue Type: New Feature
            Reporter: Igor Vaynberg
             Fix For: 1.4.1


forms with input type="file" should be transparently supported even when submitted via ajax. currently the input type="file" fields are ignored.

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


[jira] Resolved: (WICKET-2420) Ajax support for multipart forms

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2420.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg

> Ajax support for multipart forms
> --------------------------------
>
>                 Key: WICKET-2420
>                 URL: https://issues.apache.org/jira/browse/WICKET-2420
>             Project: Wicket
>          Issue Type: New Feature
>            Reporter: Igor Vaynberg
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.1
>
>
> forms with input type="file" should be transparently supported even when submitted via ajax. currently the input type="file" fields are ignored.

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


[jira] Commented: (WICKET-2420) Ajax support for multipart forms

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739881#action_12739881 ] 

Igor Vaynberg commented on WICKET-2420:
---------------------------------------

first pass checked into https://svn.apache.org/repos/asf/wicket/sandbox/ivaynberg/wicket-ajax-multipart

> Ajax support for multipart forms
> --------------------------------
>
>                 Key: WICKET-2420
>                 URL: https://issues.apache.org/jira/browse/WICKET-2420
>             Project: Wicket
>          Issue Type: New Feature
>            Reporter: Igor Vaynberg
>             Fix For: 1.4.1
>
>
> forms with input type="file" should be transparently supported even when submitted via ajax. currently the input type="file" fields are ignored.

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


[jira] Commented: (WICKET-2420) Ajax support for multipart forms

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740640#action_12740640 ] 

Igor Vaynberg commented on WICKET-2420:
---------------------------------------

everything is handled transparently. if the form is submitted via ajaxbutton or ajaxsubmitlink and contains file upload elements it will be handled via an iframe submit instead of xmlhttprequest submit - but all is transparent to the user.

> Ajax support for multipart forms
> --------------------------------
>
>                 Key: WICKET-2420
>                 URL: https://issues.apache.org/jira/browse/WICKET-2420
>             Project: Wicket
>          Issue Type: New Feature
>            Reporter: Igor Vaynberg
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.1
>
>
> forms with input type="file" should be transparently supported even when submitted via ajax. currently the input type="file" fields are ignored.

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