I'm having a little difficulty getting the c:if tag working.
The error that im getting is javax.servlet.jsp.el.ELException: Unable to find a value for "SuperRole" in object of class "focus.entitiy.bean.User" using operator "."
To explain what I'm doing, a regular
jsp posts the username and password to my loginservlet which uses the following code:
That uses the method loginQuery which is below:
As you can see once the login is valid it dispatches the request to menu.jsp which has the following code:
and just incase the getter and setter from userbean
I would be extremely grateful for any help anyone could give me