2012/8/19 Christopher Johnson <ctj...@gmail.com>:
> <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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to