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

Reply via email to