Why is the Action not being populated correctly with a List?

2016-12-02 Thread Nuno Oliveira
Hi, I have an DummyAction{ private List records; } which has the following converter DummyAction-conversion.properties: KeyProperty_records=id Element_records=com.package.model.RecordImpl CreateIfNull_records=true When the value stack is being populated in the ParametersInterceptor method

Re: Fwd: Type conversion collection with interface type elements

2018-04-05 Thread Nuno Oliveira
eply-To: Struts Users Mailing List <user@struts.apache.org> > To: user@struts.apache.org <user@struts.apache.org> > > > > On 4/4/2018 7:20 PM, Nuno Oliveira wrote: > > Hi, > > > > I am having problems populating an action variable Set by request using &

Type conversion collection with interface type elements

2018-04-04 Thread Nuno Oliveira
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