You can access request parameters directly with the EL. For example, if
you have a request parameter named "foo", you can do this:

<c:out value="${param.foo}"/>

The 'param' part is an implicit object that lets you access the request
parameters.

--
Martin Cooper



On Mon, 15 Dec 2003, Antony Paul wrote:

> 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]

Reply via email to