Bugs item #1504460, was opened at 2006-06-11 21:09 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=1504460&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: 1.2 Status: Open Resolution: None Priority: 5 Submitted By: Gwyn Evans (gwynevans) Assigned to: Nobody/Anonymous (nobody) Summary: WicketBundleStringResourceLoader issue Initial Comment: If using WicketBundleStringResourceLoader, i.e. Application: protected void init() { getResourceSettings().addStringResourceLoader(new WicketBundleStringResourceLoader(this, this.getClass())); } (maybe the params are wrong?), and a DropDownChoice component, then the "null" value from wicket.Application:en_GB is always chosen rather than the page-specific value, i.e. "form.phoneVendor.null" in Page.properties, that would be used is WBSTR wasn't used. Primary issue is the intention to make that default in the future, so might need to add an explicit test case for it... (assuming it's a real issue, not just my usage of it) /Gwyn ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1504460&group_id=119783 _______________________________________________ Wicket-develop mailing list Wicket-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-develop