sorry but i can't.
this is my code jsp:
<s:form action="/action/Login.action" method="GET" cssClass="form">
  <s:textfield label="Username" name="username"
cssClass="basic"></s:textfield>
 <s:password  label="Password"  name="password"
cssClass="basic"></s:password>
  <s:select  label="Login as" name="tipo" cssClass="selezione" headerKey="1"
headerValue="seleziona"
list="#{'01':'studente','02':'docente','03':'segretario'}"></s:select>
   <s:submit value="Login" align="center" cssClass="botton"/>
   </s:form>


and this is the image
http://www.nabble.com/file/p22089792/Image.jpg 
i don't want the message;
please help me
-- 
View this message in context: 
http://www.nabble.com/struts2-validation-tp22068251p22089792.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to