> Nice question

Perhaps, but a meaningless subject line - again.

Dan

> ----------
> From:         Nanduri Amarnath[SMTP:[EMAIL PROTECTED]]
> Reply To:     [EMAIL PROTECTED]
> Sent:         Thursday, November 18, 1999 5:35 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: NewBie Question
>
> Hi Mark,
>      Nice question. You can try something like..when the user has posted
> data,
> call the same JSP page with some hidden value (setting a flag). The JSP
> page
> when it sees the flag, calls the request.getParameterValues("name"), then
> set
> your bean
> method (passing it this array). You can manipulate this array before
> calling the
> bean method.
>
> Cheers,
> Amar..
>
>
>
>
>
> Mark Juliano <[EMAIL PROTECTED]> on 11/18/99 03:22:45 PM
>
> Please respond to [EMAIL PROTECTED]
>
> To:   [EMAIL PROTECTED]
> cc:    (bcc: Amarnath Nanduri/IT/VANCPOWER)
> Subject:  NewBie Question
>
>
>
>
> 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
>
> ==========================================================================
> =
> 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
>

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