<c:if test='$(MainMenuServlet.userTypeString == "Administrator")'>
Originally posted by Bear Bibeault:
Sounds like it's time to update your excellent example code Ben!
Originally posted by Ben Souther:
Can't decide when to upgrade it to ONLY work with JSP2.0.
A lot of commercial app servers are still not fully 2.0 compliant.
Originally posted by Steve Dyke:
Please look at my JSP code and tell me why this part is not working.
This clearly demonstrates that this is not an EL or even a JSP problem.But:
if(userText.getUserType().equals("Administrator")){
Never finds a match.