Bugs item #1566859, was opened at 2006-09-28 09:55
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=1566859&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: None
Group: 2.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Eelco Hillenius (eelco12)
Assigned to: Nobody/Anonymous (nobody)
Summary: Switching locale and markup loading in FormInput

Initial Comment:
In V2 trunk when you run the Form example and change
the language to e.g. German the submit and cancel
button won't change to the German
words anymore.

The problem has to do with markup loading/ caching. If
you set a breakpoint in ImageButton#onComponentTag,
you'll see that the tag
always refers to

<input wicket:id="saveButton" type="image"
value="buttonFactory:save:Save"/>

from the first loaded markup file, while it should
refer to:

<input wicket:id="saveButton" type="image"
value="buttonFactory:save:Sichern"/>



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

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to