Yes, I will list beneath some code.
<s:form theme="simple" action="Login" validate="true"> <table> <tr> <td colspan="4" align="center"> <h4> <s:text name="login.header" /> </h4> </td> </tr> <tr> <td align="right" width="50%"> <s:text name="login.nickname" /> </td> <td align="left"> <s:textfield key="username" /> </td> </tr> <tr> <td align="right"> <s:text name="login.password" /> </td> <td align="left"> <s:password key="password" showPassword="true" /> </td> </tr> ... </table> </s:form> I have also another question. In order to take this files, Struts2 needs an interceptor? -- View this message in context: http://www.nabble.com/Struts2-labels-problem-tp19144684p19157014.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]