Re: Form has Inner Object..

2006-01-11 Thread Srinivas Jadcharla
Sent: Wednesday, January 11, 2006 11:08 AM > To: Struts Users Mailing List > Subject: Re: Form has Inner Object.. > > *NoSuchMethodException *Thrown when a particular method cannot be > found. Your Object (dmaClient) may not be having the methods > required..that is getters and setter

RE: Form has Inner Object..

2006-01-11 Thread Shilpa . Nalgonda
Thanks for the reply, I also noticed , I had a typo in my method name... now the below code works.. -Original Message- From: Srinivas Jadcharla [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 11:08 AM To: Struts Users Mailing List Subject: Re: Form has Inner Object

Re: Form has Inner Object..

2006-01-11 Thread Srinivas Jadcharla
*NoSuchMethodException *Thrown when a particular method cannot be found. Your Object (dmaClient) may not be having the methods required..that is getters and setters On 1/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi All, > > My struts form (newClientForm) have an Object(dmaClient) a