html:errors / ActionErrors bug.

2002-04-16 Thread rob
It would appear that you can not maintain saved errors in the http request across a forward to an action before displaying it on a .jsp page. The following diagram helps to illustrate: X - action 1 Y - action 2 J - view (jsp page) X - Y - J If an ActionErrors instance is created, an

RE: html:errors / ActionErrors bug.

2002-04-16 Thread Robert Taylor
. robert -Original Message- From: rob [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 11:22 AM To: [EMAIL PROTECTED] Subject: html:errors / ActionErrors bug. It would appear that you can not maintain saved errors in the http request across a forward to an action before

Re: html:errors / ActionErrors bug. (Robert Taylor)

2002-04-16 Thread rob
answer, but maybe the ideas presented above will help. robert -Original Message- From: rob [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 11:22 AM To: [EMAIL PROTECTED] Subject: html:errors / ActionErrors bug. It would appear that you can not maintain saved errors

Re: html:errors / ActionErrors bug.

2002-04-16 Thread Sandeep Takhar
I am wondering if you can set validate=false on the second mapping (Y)? maybe because it is going through validation again? sandeep --- rob [EMAIL PROTECTED] wrote: It would appear that you can not maintain saved errors in the http request across a forward to an action before displaying it

Re: html:errors / ActionErrors bug.

2002-04-16 Thread rob
Neither of the Actions use validation. The attribute is not even defined in the struts-config.xml for the actions. The actual struts-config.xml entries for the two actions are: action path=/viewResource type=gen.ViewResourceAction name=ViewResourceForm