Hi everybody,I'm having problem while calling bean class in my
jsp e.g. <jsp:useBean id="user" class="UserData" scope="session"/> gives me an error that "cannot resolve symbol : class UserData",i'm keeping my UserData.class in web-inf\classes directory and have set the classpath in system as well as in catalina.bat.
Plz suggest me the possible solution asap.