I have an issue with some Struts2 tags mixed with OGNL. To overcome the fact that you cannot nest evaluation of expressions in OGNL, e.g., %{foo[%{bar}]}, I use suc
First of all you are using (line 3) instead of which will yield a wrong test results. Second there is a typo in line 4 (unopened bracket). And most important don't use %{} inside [] in or tags.