EL « Error « JSP-Servlet Q&A





1. EL HTTP 500 status error    coderanch.com

All server errors are 500 errors. That's not enough info to even begin to guess what the issue might be. Please include more detail. Some pre-emptive guessing: if you are using it in conjunction with the JSTL, have you installed the JSTL correctly? Witht he right version? Have you declared your web.xml correctly? Read the JSP FAQs on these subjects for ...

2. EL error    coderanch.com

3. Error In EL program of JSP    forums.oracle.com

I am not sure if one can use like ${Name} if Name has been set in request parameter as a string and is not a part of any bean. Because as I know : if we use EL then JSP usually calls bean's getter method to get the value. May be you can try creating a Bean class with a string ...