You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alec Swan (JIRA)" <ji...@apache.org> on 2010/11/21 01:25:13 UTC

[jira] Created: (WICKET-3181) UploadProgressBar does not show up on nested forms

UploadProgressBar does not show up on nested forms
--------------------------------------------------

                 Key: WICKET-3181
                 URL: https://issues.apache.org/jira/browse/WICKET-3181
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.13
         Environment: Java 6, Tomcat 6
            Reporter: Alec Swan


UploadProgressBar implementation adds onsubmit event handler on the form the bar is associated with. However, if the form is nested in another form, then Wicket replaces the inner form with a <div>. A DIV does not support onsubmit event handler which prevents the progress bar from showing up.

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


[jira] Updated: (WICKET-3181) UploadProgressBar does not show up on nested forms

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

Alec Swan updated WICKET-3181:
------------------------------

    Attachment: wicket.zip

Just add the following line in you Wicket Application.init() method:
mount(new HybridUrlCodingStrategy("3181", WicketJira3181.class));

After that use http://localhost:8080/3181 to access the page. Adjust the URL as needed.

> UploadProgressBar does not show up on nested forms
> --------------------------------------------------
>
>                 Key: WICKET-3181
>                 URL: https://issues.apache.org/jira/browse/WICKET-3181
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>         Environment: Java 6, Tomcat 6
>            Reporter: Alec Swan
>         Attachments: wicket.zip
>
>
> UploadProgressBar implementation adds onsubmit event handler on the form the bar is associated with. However, if the form is nested in another form, then Wicket replaces the inner form with a <div>. A DIV does not support onsubmit event handler which prevents the progress bar from showing up.

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


[jira] Commented: (WICKET-3181) UploadProgressBar does not show up on nested forms

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

Hudson commented on WICKET-3181:
--------------------------------

Integrated in Apache Wicket 1.4.x #295 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/295/])
    

> UploadProgressBar does not show up on nested forms
> --------------------------------------------------
>
>                 Key: WICKET-3181
>                 URL: https://issues.apache.org/jira/browse/WICKET-3181
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>         Environment: Java 6, Tomcat 6
>            Reporter: Alec Swan
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.14, 1.5-M4
>
>         Attachments: wicket.zip
>
>
> UploadProgressBar implementation adds onsubmit event handler on the form the bar is associated with. However, if the form is nested in another form, then Wicket replaces the inner form with a <div>. A DIV does not support onsubmit event handler which prevents the progress bar from showing up.

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


[jira] Resolved: (WICKET-3181) UploadProgressBar does not show up on nested forms

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

Igor Vaynberg resolved WICKET-3181.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
                   1.4.14
         Assignee: Igor Vaynberg

> UploadProgressBar does not show up on nested forms
> --------------------------------------------------
>
>                 Key: WICKET-3181
>                 URL: https://issues.apache.org/jira/browse/WICKET-3181
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>         Environment: Java 6, Tomcat 6
>            Reporter: Alec Swan
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.14, 1.5-M4
>
>         Attachments: wicket.zip
>
>
> UploadProgressBar implementation adds onsubmit event handler on the form the bar is associated with. However, if the form is nested in another form, then Wicket replaces the inner form with a <div>. A DIV does not support onsubmit event handler which prevents the progress bar from showing up.

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