Sorry, i maybe did not tell it right ... i want to get a request.param from the
original called jsp and pass it to the imported page ... example below did not solve
that !?!?
thanks again timo
>>> [EMAIL PROTECTED] 05.04.2002 10.01 Uhr >>>
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]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>