RE: Create/Update with nested domain objects

2011-01-20 Thread Alfredo Manuel Osorio Martinez
-Mensaje original- De: Alfredo Manuel Osorio Martinez Enviado el: Thursday, January 20, 2011 9:05 AM Para: 'Struts Users Mailing List' Asunto: RE: Create/Update with nested domain objects Any thoughts on this? Please... Alfredo Osorio -Mensaje original- De: Alfredo Man

Re: Create/Update with nested domain objects

2011-01-20 Thread Dave Newton
On Thu, Jan 20, 2011 at 10:04 AM, Alfredo Manuel Osorio Martinez wrote: > Any thoughts on this? Please... > I had some, what did you think of them? Dave

RE: Create/Update with nested domain objects

2011-01-20 Thread Alfredo Manuel Osorio Martinez
Any thoughts on this? Please... Alfredo Osorio -Mensaje original- De: Alfredo Manuel Osorio Martinez Enviado el: Tuesday, January 18, 2011 10:15 AM Para: Struts Users Mailing List Asunto: Create/Update with nested domain objects Hello, I have seen examples that show how to do CRUD

Create/Update with nested domain objects

2011-01-18 Thread Alfredo Manuel Osorio Martinez
Hello, I have seen examples that show how to do CRUD with one domain object without nested domain objects (just primitives). Giving the following example: @Entity public class Person implements Serializable { @Id private Long id; private String name; private Intege