Struts ui components inside in a single line.

Thu, 29 Mar 2007 14:52:30 -0800

Hi guys,

Does somebody have an example about how make a form using the struts tags,
with  all of components in a single line?

I tried this, but did not worked:

<table>
  <tr>
    <td>some text</td>
    <td>other text</td>
    <td><s:textfield name="any" size="30" required="true"/></td>
    <td><s:checkbox name="check" value="OUT"></s:checkbox></td>
    <td><s:checkbox name="check2" value="INV"></s:checkbox></td>
  </tr>
</table> 

Thanks,

Felipe
-- 
View this message in context: 
http://www.nabble.com/Struts-ui-components-inside-%3Ctable%3E-in-a-single-line.-tf3489297.html#a9744351
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to