I am starting to play with servlets and JSP ( 0.92 :-( )

I have one question about the request.getAttribute.
When setting an attribute in the servlet, how the passed object is
handled over to JSP ?
If I am saving in the servlet request a complex object, should it extend
serializable ?
Is there any limit of what kinf of object we can pass in the request
with Attribute.

I am passing a Vector of objects, and I have a 500 Server error !!

Can someone help me on this painful problem ?

Thanks

Olivier

===========================================================================
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