Hallo,
I need to use form with form attributes in more columns, which struts form does not allows me.
I tried to use:

<s:form action="NewAddress"  theme="simple">
<table>
<tr><td valign="top" colspan="2">
<h3><s:property  value="%{getText('newaddress.address.header'}" /></h3>
</td>
<tr><td valign="top" colspan="2">
<h3><s:property  value="%{getText('newaddress.person.header'}" /></h3>
</td></tr>
<tr>
<td><s:property value="%{getText('newaddress.isfirma'}" /></td><td><s:checkbox key="isfirma" theme="simple" /></td> <td><s:property value="%{getText('register.person.fname'}" /></td><td><s:textfield key="fname" theme="simple" /></td>
</tr>
...

but in this case <s:property ../> tags are not parsed.
Is there a waz how to completely disable theme? I did not found anything usable by google and in documentation :-/

Thanks, Jiri

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

Reply via email to