RE: interesting proxy + action chain issue

2008-04-11 Thread Brad A Cupit
Louisiana State University - UIS -Original Message- From: Guillaume Bilodeau [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 8:06 PM To: user@struts.apache.org Subject: RE: interesting proxy + action chain issue I'm not sure if I'm missing something

Re: interesting proxy + action chain issue

2008-04-11 Thread Jeromy Evans
Ian Meikle wrote: Hi Jeromy, Thanks for the info. Several of the interceptors require configuring, for example the Scope interceptor. The example provides some examples of this. However it seems that the only way to configure a interceptor is to redefine an interceptor stack. Is this correct

Re: interesting proxy + action chain issue

2008-04-11 Thread Ian Meikle
. - Jeromy Evans <[EMAIL PROTECTED]> 09.04.2008 01:23 Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: interesting proxy + action chain issue Ian Meikle wrote: > HI, > &

RE: interesting proxy + action chain issue

2008-04-10 Thread Guillaume Bilodeau
niversity - UIS > > > -Original Message- > From: Guillaume Bilodeau [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 10, 2008 1:24 PM > To: user@struts.apache.org > Subject: RE: interesting proxy + action chain issue > > > Hi Brad, > > Have yo

RE: interesting proxy + action chain issue

2008-04-10 Thread Brad A Cupit
upit Louisiana State University - UIS -Original Message- From: Guillaume Bilodeau [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 1:24 PM To: user@struts.apache.org Subject: RE: interesting proxy + action chain issue Hi Brad, Have you tried this: http://www.vitarara.org/c

RE: interesting proxy + action chain issue

2008-04-10 Thread Guillaume Bilodeau
Evans [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 08, 2008 6:24 PM > To: Struts Users Mailing List > Subject: Re: interesting proxy + action chain issue > > Ian Meikle wrote: >> HI, >> >> I have been following this post with interest since I used t

RE: interesting proxy + action chain issue

2008-04-10 Thread Brad A Cupit
class (perhaps extending ServletRedirectResult or ServletActionRedirectResult)? Brad Cupit Louisiana State University - UIS -Original Message- From: Jeromy Evans [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2008 6:24 PM To: Struts Users Mailing List Subject: Re: interesting

Re: interesting proxy + action chain issue

2008-04-08 Thread Jeromy Evans
Ian Meikle wrote: HI, I have been following this post with interest since I used the PRG pattern in previous projects. We are using struts 2 in are current project and I like the errorMessages behaviour that is part of the Action. Is it possible to persist these over the PRG cycle ? By defau

RE: interesting proxy + action chain issue

2008-04-08 Thread Ian Meikle
. - "Brad A Cupit" <[EMAIL PROTECTED]> 08.04.2008 17:16 Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject RE: in

RE: interesting proxy + action chain issue

2008-04-08 Thread Brad A Cupit
Louisiana State University - UIS -Original Message- From: Jeromy Evans [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 8:20 PM To: Struts Users Mailing List Subject: Re: interesting proxy + action chain issue Brad A Cupit wrote: > ServletActionRedirectResult worked when I used it i

Re: interesting proxy + action chain issue

2008-04-07 Thread Jeromy Evans
Jeromy Evans wrote: Brad A Cupit wrote: ... POSTS should each have their own Action (which may write the data to the DB). This Action should only process the POST. Afterwards, it forwards (chains) to another Action, which sits in front of the view. If the view needs data from the DB, it goes in

Re: interesting proxy + action chain issue

2008-04-07 Thread Jeromy Evans
Brad A Cupit wrote: ServletActionRedirectResult worked when I used it instead of the ActionChainResult. This performs an extra round trip back to the browser, which isn't terrible unless I want to pass data from one Action to another, and herein lies some concern. ... POSTS should each have thei

RE: interesting proxy + action chain issue

2008-04-07 Thread Brad A Cupit
ServletActionRedirectResult worked when I used it instead of the ActionChainResult. This performs an extra round trip back to the browser, which isn't terrible unless I want to pass data from one Action to another, and herein lies some concern. Here's my design, and if you guys think it's flawed I