Re: Action Messages

2005-05-28 Thread Dakota Jack
Hi, Ray, Why is what you are doing superior to the standard? The standard is something like the following and is very efficient, I think?

Re: Action Messages

2005-05-28 Thread Adam Hardy
Ray, it's not clear what you are trying to do that is different from standard. Struts puts the ActionErrors in the request by default. The Messages too. I used to know this inside out but it's been a year or so... but I think the key is like this: request.getAttribute(org.apache.struts.Glob

Re: Action messages.

2004-06-03 Thread Frank Zammetti
ling List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Action messages. Date: Thu, 3 Jun 2004 13:55:11 -0300 Thanks Frank, Do you have any sample code of using ? I think this is also good to avoid 2 submit´s click. Am I rig

Re: Action messages.

2004-06-03 Thread Marcelo Epstein
Thanks Frank, Do you have any sample code of using ? I think this is also good to avoid 2 submit´s click. Am I right? - Original Message - From: "Frank Zammetti" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 03, 2004 11:57 AM Subjec

RE: Action messages.

2004-06-03 Thread Frank Zammetti
You can "fake it" and do this... have a hidden in your page that, just before you submit your form, you display. You will probably also want to wrap everything else in your page in a and hide it at the same time. I say this is "faking it" because the browser won't have any idea what's going