i know about set/get but I want to do the following :

<jsp:setProperty  name = "first"  property = "AuthorityName"
value="request.something" />

but i get errors....
----- Original Message -----
From: Brian Schaefer <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, January 25, 2000 7:22 PM
Subject: RE: setProperty


> <jsp:useBean id = "first" scope = "session" class = "testbean.LinkBean" >
>  </jsp:useBean>
>
> <jsp:setProperty  name = "first"  property = "AuthorityName" />
>
> The code in the Bean is the standard set** and get***.
>
> > -----Original Message-----
> > From: Paul Beer [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 25, 2000 3:39 PM
> > To: [EMAIL PROTECTED]
> > Subject: setProperty
> >
> >
> > could someone please post the code to use a request variable in a jsp
> > setProperty tag ?
> >
> > thanks,
> > paul
> >
> > ==============================================================
> > =============
> > 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