I think the problem is the input attribute....
Try  without this attribute.(you do not need it since validate=false)
Think of the input attribute like the path of the action where to go when the 
validate method return errors. It is not the name of a forward,  it is the 
request URI path like "/Survey.do" or "/pages/Survey.jsp" not "survey".
 
Nevertheless, I do not understand the exception, I think it should be thrown 
form the html:form tag, when teh attribute "action" is wrong, but, in this case 
it should never work...as you say that the first time it works, we can think 
that the jsp is not the problem, so when the submit is performed the app 
crashes... and if you start form the begning it crashes again... -is it ok?
 
wish it helps, make me know what happens....
 
 
 


Gareth Meyrick <[EMAIL PROTECTED]> escribió:
hi,

Lucas Bern wrote:
> 
> Hi, I think the problem should be arround the SurveySubmit action...
> Coul you paste that definition form struts-config???

type="com.w3elements.action.SurveyAction"
name="surveyForm"
input="survey"
validate="false"
parameter="dispatch">


> What is failing??, the load of the form, or the submit???

tomcat barfs about not finding a form bean for /Survey. note:





and that survey is /SurveySubmit input source.

it's a simple form display/submission pattern that i've used in a number
of web applications (that has always worked). even wierder, it always
works the _first_ time the app is depolyed.. after that, it's hosed.

hosed in the sense that reoloading the original URI (that worked the
first time) barfs. worse yet, the web.xml error-page directive is
ignored and the exceptions are displayed on the browser.

any ideas or thoughts greatly appreciated.

cheers -gm

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar

Reply via email to