Re: Is there an easy way to print error messages

2005-11-18 Thread Martin Gainty
parameter="ApplicationResources"/> /*Now specify the exact key parameter to reference in the bundle in your jsp*/ HTH, Martin- - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, November 18, 2005 3:52 PM Subject: RE: Is there an easy way to print error

RE: Is there an easy way to print error messages

2005-11-18 Thread bsimonin
Yeah, I do it this way: In the ApplicationResources.properties: errors.email=invalid e-mail address. And in the jsp: : On 11/18/05, Aladin Alaily <[EMAIL PROTECTED]> wrote: > Problem solved... must be Friday. > > Aladin > > > > Hello, > > > > I am using struts 1.2.7 and am having trouble o

Re: Is there an easy way to print error messages

2005-11-18 Thread Hubert Rabago
Yes it's Friday indeed (TG). For the benefit of you out there searching the archives, you can accomplish this by using . You can get more information here: http://www.niallp.pwp.blueyonder.co.uk/HelpTagsErrorsAndMessages.html Hubert On 11/18/05, Aladin Alaily <[EMAIL PROTECTED]> wrote: > Probl

Re: Is there an easy way to print error messages

2005-11-18 Thread Aladin Alaily
Problem solved... must be Friday. Aladin > Hello, > > I am using struts 1.2.7 and am having trouble outputing error messages for > specific fields. > > If I have the following (in a form): > > > > and in my action I do something like: > > messages.add("name", new ActionMessage("error.name.requi