Jiří Chaloupka wrote:
<s:form action="NewAddress"  theme="simple">
<table>
<tr><td valign="top" colspan="2">
<h3><s:property  value="%{getText('newaddress.address.header'}" /></h3>
> [...]

but in this case <s:property ../> tags are not parsed.

The theme shouldn't have anything to do with the property tag--it's possible, but my first assumption would be that something else is wrong.

Are you accessing the page via an action, or are you accessing the JSP directly?

As an aside, there's an <s:text...> tag:

<s:text name="newaddress.address.header"/>

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to