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:57:14 UTC

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

     [ 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.