> Can any one tell me how to access an object's values (a class instance
with
> get/sets called "test") that I pass to a jsp from a servlet?
>
> ...*without using the <usebean> tag
You can add the bean to the HttpServletRequest before forwarding to the JSP.
You can then retrieve the bean from the Request object and use the getXXX
Methods on the bean. This will not be a generic solution and you need to
know which getXXX methods are there to hardcode in the JSP. You can make it
generic by using reflection, but I believe that will will degrade the
performance a lot.
> Trouble is, I am bound by IIS and JRun....and there is a 5k pricetage for
> accessing the bean.
Can you please explain what do you mean by a 5k pricetag for accessing the
bean.
>
> cheers,
> Kate
Regds,
Gokul
___________________________________________________________________________
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