for a request *attribute* ?
<snip>
request.setAttribute("myThing", myThing);
</snip>
Hollaway, Shedrick L CIV TRIREFFAC wrote:
This should be equivalent:
<c:out value="${param.myThing}"/>
Shed.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 04, 2005 9:28
To: user@struts.apache.org
Subject: Re: Set request parameters in servlet through action
I am using the JSTL:core tag libs ar a replacement of the
"struts-bean"
tag.
Thus, is the following equivalent?
JSP:
<c:out value="${myThing}"/>
Uh... I don't know, I never used JSTL. Sorry but you have to try and
test
:-P
Just remember that "request.setAttribute" sets a bean at request scope.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]