RE: Wierd behaviour with redirect, result, and store interceptor

2007-06-01 Thread Al Sutton
RE: Wierd behaviour with redirect, result, and store interceptor --- Al Sutton <[EMAIL PROTECTED]> wrote: > There is no validation or parameters for ActionA, but it does extend > ActionSupport. It gets a summary of all comments (via Hibernate) and > creates a Set which is iterated over

RE: Wierd behaviour with redirect, result, and store interceptor

2007-06-01 Thread Dave Newton
--- Al Sutton <[EMAIL PROTECTED]> wrote: > There is no validation or parameters for ActionA, > but it does extend > ActionSupport. It gets a summary of all comments > (via Hibernate) and creates > a Set which is iterated over in the JSP. > > I'm not sure of the best way to disable just the > valid

RE: Wierd behaviour with redirect, result, and store interceptor

2007-06-01 Thread Al Sutton
lto:[EMAIL PROTECTED] Sent: 01 June 2007 11:32 To: 'Struts Users Mailing List' Subject: RE: Wierd behaviour with redirect, result, and store interceptor There is no validation or parameters for ActionA, but it does extend ActionSupport. It gets a summary of all comments (via Hibernate) and cr

RE: Wierd behaviour with redirect, result, and store interceptor

2007-06-01 Thread Al Sutton
at java.lang.Thread.run(Unknown Source) -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: 31 May 2007 19:35 To: user@struts.apache.org Subject: Re: Wierd behaviour with redirect, result, and store interceptor Do you have any validation con

Re: Wierd behaviour with redirect, result, and store interceptor

2007-05-31 Thread Laurie Harper
27;t be doing the second step. Al. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: 31 May 2007 13:37 To: Struts Users Mailing List Subject: RE: Wierd behaviour with redirect, result, and store interceptor --- Al Sutton <[EMAIL PROTECTED]> wrote: Anyone seen the

RE: Wierd behaviour with redirect, result, and store interceptor

2007-05-31 Thread Al Sutton
PROTECTED] Sent: 31 May 2007 13:37 To: Struts Users Mailing List Subject: RE: Wierd behaviour with redirect, result, and store interceptor --- Al Sutton <[EMAIL PROTECTED]> wrote: > Anyone seen the same behaviour? I think that if there are action errors it will try to show the input res

RE: Wierd behaviour with redirect, result, and store interceptor

2007-05-31 Thread Dave Newton
--- Al Sutton <[EMAIL PROTECTED]> wrote: > Anyone seen the same behaviour? I think that if there are action errors it will try to show the input result because, well, it thinks there are errors. d. Mo

RE: Wierd behaviour with redirect, result, and store interceptor

2007-05-31 Thread Al Sutton
Anyone seen the same behaviour? -Original Message- From: Al Sutton [mailto:[EMAIL PROTECTED] Sent: 30 May 2007 13:23 To: 'Struts Users Mailing List' Subject: Wierd behaviour with redirect, result, and store interceptor I have the following; Action A --- forwards to

Wierd behaviour with redirect, result, and store interceptor

2007-05-30 Thread Al Sutton
I have the following; Action A --- forwards to ---> A.jsp --- submits to ---> Action B --- redirects to ---> Action A The B to A redirect uses the store interceptor to pass action messages and action errors to Action A. When I add an ActionError in Action B (using addActionError from ActionSu