Hi,
     <<<< I have managed to get the bean to work under JRun
Professional by calling:

<%@ page import="GMF.GmfDataBean.*" %>

<% GMF.GmfDataBean obj = (GMF.GmfDataBean)request.getAttribute
("test"); %>

   <%= obj.getGMFid() %>


However, now am having trouble accessing the "test" from subsequent
JSPs
...more fiddling....>>>>


     I believe u can't access the bean from subsequent jsps is because
the scope of the object is (if i am correct) is only for current page.
I don't know how to change the scope, maybe pass as a parameter to the
next page or something. pls do inform if u find out.

I still think u ought to try tomcat, its quiet simple to install and
configure, for what use is of goin for jsp if u can't use 'useBean'.

Regards
John

___________________________________________________________________________
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