Re: Unexpected Action processing

2008-09-25 Thread Laurie Harper
ype Converter. It would help if you post your form variables and your ActionBean variables to see where the conversion is probably breaking. --Eric -Original Message- From: Alberto A. Flores [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Flores Sent: Thursday, September 25, 2008 10:5

Re: Unexpected Action processing

2008-09-25 Thread [EMAIL PROTECTED]
rm variables and your ActionBean variables to see where the > conversion is probably breaking. > > --Eric > > -Original Message- > From: Alberto A. Flores [mailto:[EMAIL PROTECTED] On Behalf Of Alberto > Flores > Sent: Thursday, September 25, 2008 10:56 AM > To: S

RE: Unexpected Action processing

2008-09-25 Thread Eric Nelson
ly breaking. --Eric -Original Message- From: Alberto A. Flores [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Flores Sent: Thursday, September 25, 2008 10:56 AM To: Struts Users Mailing List Subject: Re: Unexpected Action processing "result input" typically means that an Exception has been

Re: Unexpected Action processing

2008-09-25 Thread Alberto Flores
"result input" typically means that an Exception has been thrown in your execute method (default one) and you dont' have a mapping for it in your struts.xml. Try adding something like: /WEB-INF/error.jsp Where error.jsp has something meaningful such as: and also Hope this helps! [EMAI

Unexpected Action processing

2008-09-25 Thread [EMAIL PROTECTED]
I've googled this, but can't seem to come up with the right way to ask the question. I'm not a struts super-user. I don't mind hunting for the info, but I need a push in the right direction. Here is the problem: I have a form with the following action: Upon submission of this f