Hello,

I have set an attribute like this:

request.setAttribute(Constants.VARIABLE_KEY, "variable");

now I would like retreive that variable in a taglib. But if call it
via

variable =
(String)pageContext.getServletContext().getAttribute(Constants.VARIABL
E_KEY);

the variable is null

Waht's wrong?

Thanks
Andreas



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

Reply via email to