so if you enter your form data correctly, you will go to the appropriate page, but if you make a mistake, it looks at 'input' for where to go, hence you may have seen it sometimes and not others?
In my case below, it is a name from my tiles-config.xml file...
just add it to your action mapping:
<action path="/SearchBySequence"
type="torch.controller.SearchBySequenceAction"
name="SearchBySequenceForm"
scope="request"
validate="true"
input="order_entry.SearchBySequence">
...
</action>-jeff
On Wednesday, May 28, 2003, at 11:41 AM, Catherine Morgan wrote:
Sometimes when I hit a submit button to forward to another page I get an
HTTP 500 error with the following error message:
No input attribute for mapping path .......
The path in the error message is configured in struts-config, and I'm sure
the struts-config is OK because sometimes it does work.
I can't work out what is causing this error. I have done a web search for
the text but couldn't find an explanation of what it means.
Can anyone tell me what this error message means so I can work out what is
causing it?
Thanks, Catharine
--------------------------------------------------------------------- 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]

