This might not be the elegant solution you were hoping for, but you can use request.getPathInfo(); and parse your page name out of it. That's what I'm doing in my menu.jsp, which is included in the layout.jsp.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109407#4109407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109407 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
