You are wrong Luca Aurel you can use
jsp:setProperty name="langBean" property="request" value="" />
correct Syntax is :
<jsp: setProperty name=" beanInstanceName "
{ property= "*"| property=" propertyName " [ param=" parameterName "]|
property=" propertyName " value=" { string | <%= expression %>}"}/>
Hope you would agree with that.
With Regards
b.karthikeyan.
----- Original Message -----
From: Luca Aurel <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 6:18 PM
Subject: Re: JSP& Bean set property
>
> No, there isn't such a method, unless you make it ...
>
> ----- Original Message -----
> From: "Gokhan Tuna" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 01, 2001 3:01 PM
> Subject: JSP& Bean set property
>
>
> > In a jsp page, i can access the current request easily..(like
> > <%=request.getParam...)
> > but i want to store this request in a bean and i can do it like this:
> > <%
> > langBean.setRequest(request);
> > %>
> >
> > but i wonder if there is a method like below:
> >
> > <jsp:setProperty name="langBean" property="request" value="" />
> >
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html