> The problem is the data to build my chart will reside in an instance of =
> a session bean (i.e. a bean that has scope=3D "session").  I can think =
> of the following two approaches to handle this:
>
> 1) Access the bean instance that has the data from my servlet.=20

The problem with doing this in JSP, is that post-JSP0.91, the "out"
variable became a Writer instead of an OutputStream. With the right
encoding, you might be able to get 8-bit data through the Writer
unchanged, but it's probably best to use a servlet.


-Ray

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to