Quick JSTL Question. I usually use scripts on my jsp pages, but I have a conflict due to some other things on my page. I understand that you can do something similar using JSTL, although I am not familiar with this. Here is what I would like to use java for this:
if (var1.equalsIgnoreCase(var2)) { some html stuff } else { more html }
So can it be converted and translated for use with JSTL?
Thanks in advance, and if you have any questions, just let me know.
java jstl
Dan Jun 02 '11 at 19:17 2011-06-02 19:17
source share