Thanks for the help guys: Antonio, I tried the preparer, but unfortunately it see's the same request object as the EL, so it didn't gain anything.
Nicolas, Unfortunately those keys seem to have even less information than the regular EL request variables, this is what they seem to show: <!-- javax.servlet.forward.request_uri = javax.servlet.forward.context_path = javax.servlet.forward.servlet_path = javax.servlet.forward.path_info = javax.servlet.forward.query_string = javax.servlet.include.request_uri = /tiles/left-nav.jsp javax.servlet.include.context_path = javax.servlet.include.servlet_path = /tiles/left-nav.jsp javax.servlet.include.path_info = javax.servlet.include.query_string = --> I basically extended my Struts 2 BaseAction and had it set a request parameter with value of the servletPath, and that seems to be working fine. I'd rather use something intrinsic to the system, but this will work for now. Again, thanks for the help. (*Chris*)
