I'm using a ListView to display contents of a List of a domain object. 
Pretty simply.  However, the domain has a name on it that is
internationalized, ie it will used a key value from a dot properties file. 
The issue is is that the List of object must be sorted based on the
internationalized value of the name.  Currently I'm using the localizer to
get the internationalized values and then sorting the List but the localizer
complains, something about not being attached to a page yet.  Does anyone
else have a better way of doing this?
-- 
View this message in context: 
http://www.nabble.com/Sorting-and-ListView-tp16493832p16493832.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to