Hi, I use a TreeMap for the 'Select' component, it works but it is always sorted in the key order, not the name of country when showing to the user, i read somewhere it can be a list, any suggestions, sample codes? thanks.
A.C. public TreeMap<String, String> getCountryList() {return ...} <input t:type="select" t:id="country" model="countryList" t:value="country" /><br/> -- View this message in context: http://www.nabble.com/T5%3A-Select%27s-model-tf4930588.html#a14112599 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]