Re: Struts2 Data Transfer is not working

2008-11-11 Thread aum strut
Yes thats true.. but may be i am wrong i am assuming that i am trying to set my PO classes in the USer class and for this user class i am using MOdel Driven Approach in my action class.. if i am doing wrong here can any body point me where's the error in the approach On Tue, Nov 11, 2008 at 5:54

Re: Struts2 Data Transfer is not working

2008-11-11 Thread Nils-Helge Garli Hegvik
I'm guessing your POs in User are null. Line 15 in TestAction should tell you what. Nils-H On Tue, Nov 11, 2008 at 12:52 PM, aum strut <[EMAIL PROTECTED]> wrote: > Hi all, > > I am using Model Driven approach for transfering my form data to the bean > object.i have a form(JSP Page) where i have d

Struts2 Data Transfer is not working

2008-11-11 Thread aum strut
Hi all, I am using Model Driven approach for transfering my form data to the bean object.i have a form(JSP Page) where i have divided the form in three sections. and based on the name of these sections i have created 3 Bean classes(PO) for storing the data.Additonally i have created one more PO cl