Have you a vaild formBean define for this <html:form > in your struts 
config file ? 
<form-bean name= "myForm " type= "org.myForm "/ > Is this bean called in your action mapping ? 
<action path= "/htmlForm " type= "org.myAction " name= "myForm " 
scope= "request " validate= "true " input= "/page.jsp " > <forward name= "success " path= "/succes.do " redirect= "true "/ > 
</action > I 've faced a similar issue for these reasons.