Bugs item #1506141, was opened at 2006-06-14 17:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1506141&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: extensions
Group: 1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Jan Bares (jan_bar)
Assigned to: Nobody/Anonymous (nobody)
Summary: UploadProgressBar onsubmit should return false

Initial Comment:
When the submit is handled by javascript, the 
form/onsubmit should return false. Without return 
value it is submitted twice on IE.

This is correct return value from getObject():

return "var def=new wupb.Def('" +
form.getMarkupId() +
"', '" +
statusDiv.getMarkupId() +
"', '" +
barDiv.getMarkupId() +
"', '" +
getPage().urlFor(ref) +
"'); wupb.start(def); return false;"; //<- added 
return false


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1506141&group_id=119783


_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to