I want to use a java file "SaveProp" which is written in a package "user". The class file has been placed in the WEBINF/classes.Below are the two lines which causes the issue.
jsp:useBean id="user" class="user.SaveProp" scope="session"
jsp:setProperty name="user" property="*"
This is the code, but it throws, The value for the useBean class attribute user.SaveProp is invalid
I'm using Tomcat 6.0
Thanks in advance.