Re: WARNING: No FormBeanConfig found under 'CustomerOpen'. --- What is this?

2006-03-08 Thread Michael Jouravlev
On 3/8/06, Morten Egelund Rasmussen <[EMAIL PROTECTED]> wrote: > Hi there! > > I don't have any formbean called CustomerOpen. Then don't define it in the mapping. > CustomerOpen is my > action, which forwards to a formbean called CustomerInfo. > (CustomerInfo is defined in struts-config.xml in my

Re: WARNING: No FormBeanConfig found under 'CustomerOpen'. --- What is this?

2006-03-08 Thread Morten Egelund Rasmussen
Hi there! I don't have any formbean called CustomerOpen. CustomerOpen is my action, which forwards to a formbean called CustomerInfo. (CustomerInfo is defined in struts-config.xml in my section.) Do I need to define the formbean within my action-mappings in struts-config.xml, or what is wrong he

RE: WARNING: No FormBeanConfig found under 'CustomerOpen'. --- What is this?

2006-03-06 Thread Kalcevich, Daniel
Do you have a formBean named "CustomerOpen" defined in the your Struts Config File? If not, that would probably be the cause of the warning. -Original Message- From: Morten Egelund Rasmussen [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 11:41 AM To: user@struts.apache.org Subjec