i am new to beans in jsp.
I used the .class (UserData.class )in new jsp
In my jsp i have written
<jsp:useBean id="user" class="UserData " scope="session" />
but when i compile it cannot resolve the symbol UserData
I think the path is not set
How to set the path.I am using Tomcat 5.5 bundled in net beans.
Pls help
I used the .class (UserData.class )in new jsp
In my jsp i have written
<jsp:useBean id="user" class="UserData " scope="session" />
but when i compile it cannot resolve the symbol UserData
I think the path is not set
How to set the path.I am using Tomcat 5.5 bundled in net beans.
Pls help
Comment