Re: UploadProgressBar overrides the form's onsubmit script

2008-04-21 Thread Igor Vaynberg
add a feature request into jira

-igor


On Mon, Apr 21, 2008 at 6:00 PM, achu18 <[EMAIL PROTECTED]> wrote:
>
>  hi all,
>
>  I would like to hide a div when i submit my form. The script is provided by
>  the Form.onComponentTag() method. all works well, till i use the
>  uploadprogressbar. Noticed that the progress bar adds some js to the form in
>  the html as
>
>enctype="multipart/form-data"
>  action="?wicket:interface=:0:ajax-simpleUpload::IFormSubmitListener::">
>
>  which overrides the script provided by my Form.onComponentTag(). any
>  suggestions on retaining my js?
>
>  Cheers
>
>
>  --
>  View this message in context: 
> http://www.nabble.com/UploadProgressBar-overrides-the-form%27s-onsubmit-script-tp16819670p16819670.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



UploadProgressBar overrides the form's onsubmit script

2008-04-21 Thread achu18

hi all,

I would like to hide a div when i submit my form. The script is provided by
the Form.onComponentTag() method. all works well, till i use the
uploadprogressbar. Noticed that the progress bar adds some js to the form in
the html as



which overrides the script provided by my Form.onComponentTag(). any
suggestions on retaining my js?

Cheers


-- 
View this message in context: 
http://www.nabble.com/UploadProgressBar-overrides-the-form%27s-onsubmit-script-tp16819670p16819670.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]