<%@ taglib prefix="s" uri="/struts-tags"%> <h1>Forget Password</h1> <font color="red"><s:actionerror /></font> <font color="green"><s:actionmessage /></font> <s:form action="s_ForgetPassword"> <tr> <td><s:textfield name="login" label="Login*"></s:textfield></td> <td><s:submit name="operation" value="Go" theme="simple"></s:submit></td> </tr> </s:form> |