I can answer because I've just used it. 
It is 
 <c:import url="some url">
          <c:param name="id" value="${param.id}" />
        </c:import>

I hope this will help you
Andrea

-----Original Message-----
From: TIMO EINSIEDLER-BURGER [mailto:[EMAIL PROTECTED]]
Sent: venerd́ 5 aprile 2002 09:56
To: [EMAIL PROTECTED]
Subject: Accessing JSP scoped Variables from within Tags


Hello,

maybe I am missing something, but I do not know how to access a request.parameter from 
within the import tag ?!?

here is what i want to do: 

        <%@ taglib uri="http://java.sun.com/jstl/ea/core"; prefix="c" %>

        <c:import url="some url">
          <c:param name="id" 
value="here should come a parameter (named id) from the implicit request object" />
        </c:import>

thanks for your help :-> timo


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to