RE: struts 2 populating on actions

2006-12-12 Thread Dave Newton
From: Juan Espinosa [mailto:[EMAIL PROTECTED] > Element_customer.persons=org.apache.struts2.showcase.conversion.Person Did you try with just Element.persons anyway? I don't have the project in front of me but I had a nested thing like this and IIRC (which I may not; it was awhile ago :/ it somehow

struts 2 populating on actions

2006-12-12 Thread Juan Espinosa
Hi to all, im still still still having problems with population of collections in actionsnow im making test with conversion examples in showcase application The examples is like this... An action that have a list inside (a list of Person objects (no using generics)), also have a conversion p