2007/10/2, Tuomo Sirén <[EMAIL PROTECTED]>:
>
> <s:if test="%{${active} == 'home'}">
I feel that this syntax is wrong, try:
<s:if test="%{active == 'home'}">
Antonio
2007/10/2, Tuomo Sirén <[EMAIL PROTECTED]>:
>
> <s:if test="%{${active} == 'home'}">
I feel that this syntax is wrong, try:
<s:if test="%{active == 'home'}">
Antonio