Feature Requests item #1428916, was opened at 2006-02-10 09:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1428916&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 Priority: 5 Submitted By: Arto Arffman (artoarffman) Assigned to: Nobody/Anonymous (nobody) Summary: Remove final from StringResourceModel.getParameters() Initial Comment: Allowing override for getParameters() would open new ways of utilizing StringResourceModel. Here is one use case: public NavigatorLabel(String id, final DataView dataView, final Component page) { super(id, new StringResourceModel("navigatorLabel", page, null, null) { private static final long serialVersionUID = 1L; @Override protected Object[] getParameters() { return rowInfo(dataView); } }); } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1428916&group_id=119783 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Wicket-develop mailing list Wicket-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-develop