Hi ,
i have made my own taglib in order to facilitate page layout with templates.
I every page i have 
- header
- sidebar
- content
- footer

My taglib code that does the actual insertion has as follows:
pageContext.include(<a url>);

Now the problem.

I access beans, which access EJBs, from the content JSP page.
When this JSP page is the *first* jsp page included (inserted) (that is, 
every other page is HTML), then everything is ok.
If there is a JSP page (e.g header) inserted before my content JSP page,
then the security context is not propagated from the web container (tomcat)
to the EJB container (jboss).

Anyone had similar problems??
Any (direct) clues for debugging??


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to