Hey Geeta, I am using a DynaActionFrom.... This doesn't require getter and setter methods. What could possibly be the problem here?
Anirudh Jayanth SysArris Software 120A, Elephant Rock Road, 3rd Block, Jayanagar, Bangalore - 560011 Tel: 6655165 / 052 [ ext - 244 ] [EMAIL PROTECTED] -----Original Message----- From: Geeta Ramani [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 7:52 PM To: Struts Users Mailing List Subject: Re: DynaActionForm IllegalArgumentException Anirudh: I'm assuming your have written getter/setter methods for this newproperty, right? Double-check the case: it should be getMNum() (and setMNum(String)).. If all else fails, clean out your work directory and try again.. Regards, Geeta Anirudh Jayanth wrote: > [ERROR] RequestUtils - -Error creating form bean of class > org.apache.struts.acti on.DynaActionForm > <java.lang.IllegalArgumentException: Invalid property name > 'mNum'>java.lang.IllegalArgumentException: Invalid property name > 'mNum' > > Thanx > > Anirudh > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

