Hey, I'm trying to configure my framework S2 for validation but when I tried to validate I get this msg:
ReferenceError: validateForm_[formId] is not defined My form is: <s:div id="archeologicalForm" showLoadingText="false"> <s:form action="General_validateUser" id="archF" theme="ajax" validate="true" target="archeologicalForm" > <s:textfield name="user.email" id="user.email" label="Email Address"></s:textfield> <s:password name="user.password" id="user.password" label="Password"></s:password> <s:submit value="Login" align="left" theme="ajax" targets="archeologicalForm" showLoadingText="false" > </s:submit> </s:form> </s:div> Manuel Correa.