Hi, I am having problems populating an action variable Set by request using struts type conversion if the Set has the element type defined as an interface. I have a UserAction-conversion.properties file with the following configuration using the class implementation:
KeyProperty_roles=id Element_roles=path.to.class.Roles CreateIfNull_roles=true And UserAction has the collection Set<RolesInterface>. Roles obviously implements RolesInterface. If the Set element type <RolesInterface> is deleted it works just fine. Am I doing something wrong or is this not possible? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org