Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error when accessing a Bean from a JSP(URGENT!!!)

Status
Not open for further replies.

Shailaja

Programmer
Mar 11, 2001
6
US
Hi,
Could someone help me on this. I get this error msg
when calling the bean named UserData from Savename.jsp.

Parsing of JSP File '/SaveName.jsp' failed:
--------------------------------------------------------------------------------
/SaveName.jsp(1): Could not create a bean of type: myBean.UserData: java.lang.ClassNotFoundException: myBean.UserData
probably occurred due to an error in /SaveName.jsp line 1:
<jsp:useBean id=&quot;user&quot; class=&quot;myBean.UserData&quot; scope=&quot;session&quot;/>
--------------------------------------------------------------------------------
Sun Mar 11 18:22:47 EST 2001
 
Are you sure UserData is spelt correctly and with the right case? Is it in the servlet directory specified by your Web server? Is it in the package myBean (also case sensitive)?

Just some things to check...
--
Tim <tim@planetedge.co.uk>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top