Hi pallav,
  Did you import the bean in jsp file? I am not sure
it is the correct way. But it worked for me. You can
try that..like the following:

<%@ page import="CustInfo" %>

<jsp:useBean  id="CIBean"  class="CustInfo"
scope="session" />


Hope this helps.

Indresh

--- pallav <[EMAIL PROTECTED]> wrote:
> hi..i'm trying to load a jsp page using a bean..the
> jsp file is located in D:\Program
> Files\Tomcat\webapps\jspTest
> The bean is located in D:\Program
> Files\Tomcat\webapps\jspTest\Web-inf\classes and is
> a valid .class file...there are no package
> declarations...and this is the entry in server.xml
> <Context path="/jspTest" docBase="jspTest" debug="0"
> reloadable="true"/>
> do i need to put the bean name in web.xml??
> currently i do not have a web.xml for this webapp
> because i am not using servlets...
> any help appreciated..thanks..
>


__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards�
http://movies.yahoo.com/

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to