1. JSTL/EL - Is there any method that returns boolean for an element coderanch.com |
2. any good book on JSP(EL, JSTL , custom tag...) coderanch.com |
3. Versions of JSTL and EL on a legacy project coderanch.comThe "powers that be" may also not allow a direct reference to sun for the tlds, so we'd have to actually place them in our WEB-INF folder (which is fine). If we do this, do we have to update the web.xml with references to them or is that no longer necessary with this version? |
4. JSTL / EL / JSP Problems coderanch.com |
5. EL and JSTL not showing cookie value coderanch.comHello This is probably a stupid question.. I'm stuck. I have a cookie which I can show using a packaged java function. When I try to show it with EL, I only see ${cookie.mxsesid.value} instead of the real value of the cookie. Any ideas what might be missing? Cheers Keimo The output of test.jsp: -------------------------------------------------------------------------------- get cookie with a package function:0000000000159040000201101261447400007855900278432 ... |
6. jsp jstl EL enum coderanch.com |
7. EL problem java-forums.orgHi there, I am facing a problem calling a java method using EL. i have a TLD that has a function block. the structure of my tld goes like this |
8. Problem with EL java-forums.org |
9. creating an object inside jsp using el/jstl java-forums.org |
10. EL & |