Re: JPA Collection Update on Post

2011-03-22 Thread Maurizio Cucchiara
Have you noticed any errors? You should see something like LazyInitializationException. Maurizio Cucchiara Il giorno 22/mar/2011 00.16, "Nick Broadhurst" ha scritto: Hi Guys, JPA background: I have a Demographics entity that has as one of its properties a Collection of MedicalRecordsReceived e

JPA Collection Update on Post

2011-03-21 Thread Nick Broadhurst
Hi Guys, JPA background: I have a Demographics entity that has as one of its properties a Collection of MedicalRecordsReceived entities. Each MedicalRecordsRecieved entity has as one of its properties a Demographic object. OK, When I pull the Demo entity and display in page using s:iterator to d