object backed data transfer in struts2

2008-10-11 Thread aum strut
Hi all, i am developing an application in struts2 and trying to used object backed data transfer method in struts2 i have created a bean namely address where i have declared all the properties. Now i want that my struts2 intercepter will fill this beans by itself when it called,below is the code

Re: object backed data transfer in struts2

2008-10-11 Thread Lukasz Lenart
can anybody suggest me what is the likely cause of this exception.Thanks in advanve Does AddressBean has default constructor? And are you extending struts-default package in struts.xml? Regards -- Lukasz http://www.lenart.org.pl/

Re: object backed data transfer in struts2

2008-10-11 Thread aum strut
yes everything is there at its place.. still unable to figure it out the reason :( On Sat, Oct 11, 2008 at 11:00 PM, Lukasz Lenart [EMAIL PROTECTED] wrote: can anybody suggest me what is the likely cause of this exception.Thanks in advanve Does AddressBean has default constructor? And

Re: object backed data transfer in struts2

2008-10-11 Thread Lukasz Lenart
2008/10/11 aum strut [EMAIL PROTECTED]: yes everything is there at its place.. still unable to figure it out the reason Could you show your code, action, jsp and config? Regards -- Lukasz http://www.lenart.org.pl/ - To