fellow developers...i am new to web development...I am developing a simple web application using Oracle for Weblogic Workshop with Weblogic 10Gr3 server.
However my deployment server is weblogic 7.1. When i deploy and run the app, i get the following error
Parsing of JSP File '/index.jsp' failed
/index.jsp(6): class 'xxx.xxx.xxxx' could not be loaded
probably occurred due to an error in /index.jsp line 6:
<jsp:useBean id="xxxx" scope="session" class="xxx.xxx.xxxx"/>
appreciate quick response...