Re: AW: JSTL c:if question

2005-02-28 Thread Kris Schneider
Make sure to put the entire test within the EL expr delimiters: ... The "scope" attribute is used when you also provide the "var" attribute to store the result of the tested expression (it will be of type Boolean). Quoting Günther Wieser <[EMAIL PROTECTED]>: > > i think your test won't wo

AW: JSTL c:if question

2005-02-28 Thread Günther Wieser
i think your test won't work as strings get compared using the equal method and not "==" (but i have no idea what the "test" attribute does in the tag class). if you use whatever needs to be done it should work (at least it works for me ;-) ) kr, guenther -Ursprüngliche Nachricht-