--- Dale Newfield <[EMAIL PROTECTED]> wrote: > P.S.: If that request.getHeader bit doesn't work, it's because I think > the OGNL #request object might be the request namespace rather than the > actual HttpServletRequest object.
That's correct; #request is the request context, not the request itself. I posted the OGNL for getting the actual request a few days ago; it's a little twisted. From that post (which was asking how to get the current request URL): <s:property value="#context.get(@[EMAIL PROTECTED]).getRequestURL()"/> Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]