I'm still not sure why my decorator JSP has scriptlet values not evaluated when decorating a HTML file. I think it is the same reason the s:url doesn't render the context path too though. I'm not exactly sure how it can evaluate the decorator:applyDecorator but then the scriptlet doesn't know anything about a request.getContextPath().
I thought maybe InstantiatingNullHandler or DefaultTextProvider might have something to do with it but I'm not quite sure what they do. I'm new to xwork and struts 2. Shawn 09/25/2006 19:30:55 DEBUG com.opensymphony.module.sitemesh.filter.PageFilter.http-8080-Processor24 - doFilter Request URL: http://localhost:8080/agejsofts2/product/WinemakerTracker/docs/index.html URI: /agejsofts2/product/WinemakerTracker/docs/index.html Context Path: /agejsofts2 Path Info: null 09/25/2006 19:30:55 DEBUG com.opensymphony.module.sitemesh.filter.PageFilter.http-8080-Processor24 - doFilter Request URL: http://localhost:8080/agejsofts2/product/WinemakerTracker/docs/index.html URI: /agejsofts2/product/WinemakerTracker/docs/index.html Context Path: /agejsofts2 Path Info: null 09/25/2006 19:30:55 DEBUG com.opensymphony.xwork2.util.InstantiatingNullHandler.http-8080-Processor24 - Entering nullPropertyValue [EMAIL PROTECTED], property=__sitemesh__filterapplied] 09/25/2006 19:30:55 DEBUG com.opensymphony.xwork2.util.InstantiatingNullHandler.http-8080-Processor24 - Entering nullPropertyValue [EMAIL PROTECTED], property=__sitemesh__filterapplied] 09/25/2006 19:30:55 DEBUG com.opensymphony.xwork2.util.InstantiatingNullHandler.http-8080-Processor24 - Entering nullPropertyValue [EMAIL PROTECTED], property=__sitemesh__page] 09/25/2006 19:30:55 DEBUG com.opensymphony.xwork2.util.InstantiatingNullHandler.http-8080-Processor24 - Entering nullPropertyValue [EMAIL PROTECTED], property=__sitemesh__page] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]