I have a HasMap<String Set<Postcode>>postCodeMap property in the action class and I hope to convert it's value into String type, Any know how can I write Element_xxx in action-convertion-properties file?
I try Element_postCodeMap = java.util.Set and Element_postCodeMap = java.util.Map.Entry and Element_postCodeMap = java.util.Set<com.Postcode> but none of them can work. public Postcode class{ String type//key of hashMap String postcode; getter and setter } thanks -- View this message in context: http://old.nabble.com/element-is-collection-in-conversion-properties-tp28567283p28567283.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org