2012/8/19 Christopher Johnson <[email protected]>: > <s:if test="${currentURL}==${url}"> fails because the TLD does not accept
Did you try:
<s:if test="${currentURL==url}">
or
<s:if test="%{#currentURL==#url}">
Regards
--
Ćukasz
+ 48 606 323 122 http://www.lenart.org.pl/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

