Form Populating Error, help!!

2003-08-14 Thread David Erickson
Getting this error: exception javax.servlet.ServletException: BeanUtils.populate at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1254) at org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.j ava:821) at

RE: Form Populating Error, help!!

2003-08-14 Thread Alawadhi, Mona
It looks like there is a method expecting a certain type of param, and it's getting something other than expected. -Original Message- From: David Erickson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 2:01 PM To: Struts Mailing List Subject: Form Populating Error, help

Re: Form Populating Error, help!!

2003-08-14 Thread David Erickson
sense.. anyone got any ideas? - Original Message - From: Alawadhi, Mona [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, August 14, 2003 12:04 PM Subject: RE: Form Populating Error, help!! It looks like there is a method expecting a certain type of param

Re: Form Populating Error, help!!

2003-08-14 Thread David Erickson
it with, doesnt make any sense.. anyone got any ideas? - Original Message - From: Alawadhi, Mona [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, August 14, 2003 12:04 PM Subject: RE: Form Populating Error, help!! It looks like there is a method

Re: Form Populating Error, help!!

2003-08-14 Thread David Erickson
PROTECTED] Sent: Thursday, August 14, 2003 1:59 PM Subject: Re: Form Populating Error, help!! Not sure why this works when the form is in the session, but I think I see why it doesn't work in the request... I am pretty sure this is a naming issue. I would suggest changing the name

Re: Form Populating Error, help!!

2003-08-14 Thread Nicholas L Mohler
: Subject: Re: Form Populating Error, help!! 08/14/2003 03:13