You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Gerolf Seitz (JIRA)" <ji...@apache.org> on 2007/12/23 02:22:43 UTC

[jira] Issue Comment Edited: (WICKET-812) Submit button, multipart content and UploadProgressBar

    [ https://issues.apache.org/jira/browse/WICKET-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554166 ] 

seitz edited comment on WICKET-812 at 12/22/07 5:20 PM:
---------------------------------------------------------------

the problem seems to be that the generated onSubmit attribute of the form ends with "return false;" (generated by UploadProgressBar).
after removing this piece of code, the submit button and other formfields are sent with the submission.

does anybody know, why "return false" is in there?
the author is supposed to be "Andrew Lombardi".

      was (Author: seitz):
    the problem seems to be that the generated onSubmit attribute of the form ends with "return false;".
after removing this piece of code, the submit button and other formfields are sent with the submission.

does anybody know, why "return false" is in there?
the author is supposed to be "Andrew Lombardi".
  
> Submit button, multipart content and UploadProgressBar
> ------------------------------------------------------
>
>                 Key: WICKET-812
>                 URL: https://issues.apache.org/jira/browse/WICKET-812
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta2
>         Environment: windows xp, firefox 2.0.0.6
>            Reporter: Stanislav Dvorscak
>             Fix For: 1.3.0-rc3
>
>         Attachments: wicket-bug-812.tar.gz
>
>
> When I use UploadProgressBar, then onSubmit method of SubmitButton not function. I can not also find submit button with findSubmittingButton method of Form. I search this problem. And I find only - submit button is not in http request parameter.

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