How to use s:url s:a and s:text together? I tried this jsp but it did not work because some s:text did not get substituted.
<s:url var="compHref" action='s:text name="comp.href"/>'/>
<s:a href="%{compHref}" title="<s:text
name="browser.window.title"/>"><s:text name="common.test.button"/></s:a>
.properties file
comp.href=https://www.mycomp.com/client.html#x1
browser.window.title=Title
common.test.button=Test
I tried to modify this jsp but then it did not compile :(.
Please help.
Thanks.

