I am developing a custom tag to retrieve some information and display it on jsp pages.
My Tag class extends TagSupport, and on my doStartTag() method I retrieve the HttpRequest like: this.pageContext.getRequest(); Unfortunately, the result is a strutsrequestwrapper wrapped request. I have myself wrapped the HttpRequest in a CustomWrappedRequest. How can I get to my CustomWrappedRequest, where I have some handy methods already in place? I cannot cast from strutsrequestwrapper to my CustomWrappedRequest... Thank you for your answers. -- View this message in context: http://www.nabble.com/Accessing-HTTPWrappedRequest-on-a-custom-tag-tf4486821.html#a12794875 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]