To all...

I understand that you can set the properties of a bean using the following:

<jsp:setProperty name="BeanName" property="propertyName" value="propertyValue">

In every example I've seen in books, propertyValue has always been a string.

Is it possible to pass another Java Object, like a Vector, to a bean via the
<jsp:setProperty> tag ????

Thanks in advance...
-Mark

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