Try this at the top...
<% String Mode = request.getParameter("Mode");
pageContext.setAttribute( "Mode", Mode );
%>
then...
<c:out value = '${Mode}' />
"Antony Paul"
<[EMAIL PROTECTED] To: "Tag Libraries Users List"
<[EMAIL PROTECTED]>
mail.com> cc:
Subject: using scripting variable in
JSTL standard 1.0 EL
12/15/2003 09:41
AM
Please respond to
"Tag Libraries
Users List"
Hi,
I have a page where a value is calculated at top of the page based on a
request parameter. It is an integer. Using normal JSP I could get this
varaible at another part in page. But if using JSTL do I have to set the
value first in pageContext then get the value using EL. Is this an
inefficent method ?. I am working on JSTL standard 1.0 Tomcat 4.27. I have
only 2 weeks knowledge in JSTL and EL.
rgds
Antony Paul
---------------------------------------------------------------------
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]
