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
<form id="ajax_simpleUpload3" method="post" onsubmit="var def=new
Wicket.WUPB.Def('ajax_simpleUpload3', 'status4', 'bar5',
'resources/org.apache.wicket.Application/org.apache.wicket.extensions.ajax.markup.html.form.upload.UploadProgressBar');
Wicket.WUPB.start(def);" wicket:id="ajax-simpleUpload"
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]