Re: adding a header in a struts 2 interceptor

2008-06-13 Thread Dave Newton
Glad to hear it :) --- On Fri, 6/13/08, Page <[EMAIL PROTECTED]> wrote: > From: Page <[EMAIL PROTECTED]> > Subject: Re: adding a header in a struts 2 interceptor > To: user@struts.apache.org > Date: Friday, June 13, 2008, 4:09 PM > Thanks for you help Dave, that wa

Re: adding a header in a struts 2 interceptor

2008-06-13 Thread Page
Thanks for you help Dave, that was exactly what I needed and all is working! -- View this message in context: http://www.nabble.com/adding-a-header-in-a-struts-2-interceptor-tp17808069p17831109.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: adding a header in a struts 2 interceptor

2008-06-13 Thread Dave Newton
--- On Fri, 6/13/08, Page <[EMAIL PROTECTED]> wrote: > http://struts.apache.org/2.x/docs/writing-interceptors.html > > > > The result has already been rendered after the invoke, > so header > > modification would be a bit superfluous ;) > > > > I guess I'm going about this the wrong way. I want

Re: adding a header in a struts 2 interceptor

2008-06-13 Thread Page
Page wrote: > > - except that it can't modify the request. > sorry, meant can't modify the response -- View this message in context: http://www.nabble.com/adding-a-header-in-a-struts-2-interceptor-tp17808069p17824575.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: adding a header in a struts 2 interceptor

2008-06-13 Thread Page
newton.dave wrote: > > http://struts.apache.org/2.x/docs/writing-interceptors.html > > The result has already been rendered after the invoke, so header > modification would be a bit superfluous ;) > I guess I'm going about this the wrong way. I want the other developers on the team to be able

Re: adding a header in a struts 2 interceptor

2008-06-12 Thread Dave Newton
--- On Thu, 6/12/08, Page <[EMAIL PROTECTED]> wrote: > I have an interceptor that I'm writing to handle all > the needs of the client > side framework and a second that manages the json objects > called (not > clever) JsonInterceptor. It grabs json strings from the > header and > instantiates them