Hi, I am using struts 2.1.6 with ONGL. Please see the code below and tell me where should I define properties to <td>
tag like width, height, bgcolor etc. in line no 3 and 4.
1) s:form action="Login">
2) <table>
3) <tr><s:textfield key="username"/></tr>
4) <tr><s:password key="password" /></tr>
5) </table>
6) </s:form>