Hi Dave,
thank you, by this way it is working and because of this it solves my problem :-)

Jirka

Dave Newton napsal(a):
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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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

Reply via email to