Hi, Validate=false in my struts-config.xml does not work. The validate Method is called alway. Can anybody help me? See:
<action path="/proposalAdd"
type="epool.controller.proposal.AddAction"
name="requestForm"
scope="request"
validate="false"
input="/proposaladdedit.jsp">
<forward name="success" path="/proposalEdit.action"/>
</action>
Is there any error?
I�m using an older version of struts..

