Bugs item #1504924, was opened at 2006-06-12 20:37
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=1504924&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: core
Group: None
Status: Open
Resolution: None
Priority: 8
Submitted By: Eelco Hillenius (eelco12)
Assigned to: Nobody/Anonymous (nobody)
Summary: flaw in Form#getJsForInterfaceUrl

Initial Comment:
The generated onchange script doesn't work when there
is a form field (submit button) that has the name 'submit'.

To test: put <input type="submit" name="submit"
value="submit" /> in FormInput's form. Here the name is
set to submit, which would be the case if you would add
a button with id 'submit'. If you put in that field,
you'll find that switching the locale doesn't work.

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

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


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

Reply via email to