I want to set Attribute in the page scope.

in my Action I have this code to get the PageContext :

        JspFactory factory = JspFactory.getDefaultFactory();
        PageContext pageC = factory.getPageContext(getServlet(), request,
response,"", true, 8192, false);

but when I compare the adresse of this PageC and the PageContext in my JSP
page it's not the same. So when I set an attribute, I can't get it in my JSP
Page.

How can I do?

Matthieu Herman

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

Reply via email to