I am finding it strange that <s:textfield name="code" value="somevalue" />
is rendered as: <tr> <td class="tdLabel"></td> <td ><input type="text" name="code" value="" id="someaction_code"/> </td> </tr> Is this the normal rendering of the textfield? Can't I render it just as a normal input tag, without all the tr and td's? Because I can't seem to get my table right when I want to do something like: <s:form> <tr> <td>SOP Code</td> <td><s:textfield name="code" value="%{sop.code}" /></td> </tr> </s:form> Any help appreciated. -- View this message in context: http://www.nabble.com/%3Cs%3Atextfield%3E-rendering-tp14295052p14295052.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]