You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by TIMO EINSIEDLER-BURGER <TI...@DIN.DE> on 2002/04/04 17:15:37 UTC

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 from the implicit request object" />
        </c:import>

thanks for your help :->


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>