RE: What does this erroe mean

2003-03-03 Thread Jarnot Voytek Contr AU HQ/SC
we'll need to see at least the relevant part of your struts-config.xml. Also, what's throwing the error? -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. -Original Message- From: Sloan Seaman [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 8:27 AM To: Struts Users

RE: What does this erroe mean

2003-03-03 Thread James Mitchell
It means you did not specify an input attribute for the action with path '...' -- James Mitchell Web Developer/Struts Evangelist http://jakarta.apache.org/struts/ People demand freedom of speech to make up for the freedom of thought which they avoid. - Soren Aabye Kierkegaard (1813-1855)

Re: What does this erroe mean

2003-03-03 Thread Nicolas De Loof
I think you have set validate to true for this path, and not setted input attribute, so struts is not able to forward to input JSP when validation errors occurs. Nico. I keep getting: no input attribute found for path ... Everything looks good in my config files... what causes this error?

Re: What does this erroe mean

2003-03-03 Thread Sloan Seaman
- Original Message - From: James Mitchell [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Monday, March 03, 2003 9:29 AM Subject: RE: What does this erroe mean It means you did not specify an input attribute for the action with path '...' -- James Mitchell Web

Re: What does this erroe mean

2003-03-03 Thread Nicolas De Loof
: Sloan Seaman [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, March 03, 2003 4:42 PM Subject: Re: What does this erroe mean But what is an input attribute? I've got a form with tons of input fields as well as a form-bean specified and an action for the path

Re: What does this erroe mean

2003-03-03 Thread Sloan Seaman
03, 2003 9:25 AM Subject: RE: What does this erroe mean we'll need to see at least the relevant part of your struts-config.xml. Also, what's throwing the error? -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. -Original Message- From: Sloan Seaman [mailto:[EMAIL