No FormBeanConfig found under ''

2007-06-22 Thread Søren Blidorf
Hi. I get the following warning: 2007-06-22 14:24:00 org.apache.struts.util.RequestUtils createActionForm WARNING: No FormBeanConfig found under '' And what does the warning mean? Will it stop my webapp from working. It did work before I upgraded struts Soren

No FormBeanConfig found under ''

2007-06-21 Thread Søren Blidorf
I have just upgraded to tomcat 6 and struts 1.2.9. I now get the error: No FormBeanConfig found under '' Any idears? Soren

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
> From: Morten Egelund Rasmussen > [mailto:[EMAIL PROTECTED] > Sent: Monday, March 06, 2006 11:41 AM > To: user@struts.apache.org > Subject: WARNING: No FormBeanConfig found under 'CustomerOpen'. --- What > is this? > > Hi all! > > I am using Struts 1.2.8 on an O

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

2006-03-06 Thread Kalcevich, Daniel
apache.org Subject: WARNING: No FormBeanConfig found under 'CustomerOpen'. --- What is this? Hi all! I am using Struts 1.2.8 on an Oracle Application Server (OC4J) with the following excerpt in my struts-config.xml: . .. My CustomerOpenAction looks

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

2006-03-06 Thread Morten Egelund Rasmussen
his action, I get this warning in my log-file: > [timestamp here] org.apache.struts.util.RequestUtils createActionForm > WARNING: No FormBeanConfig found under 'CustomerOpen' I've been googling the web for a while now, and it seems like lots of people have encountered this