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