RE: adding /viewing messages like errors

2001-10-26 Thread Alexander Jesse
Maybe he refers to the validator's messageExists tag... If yes - see validator documentation cheers Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 7:55 AM To: [EMAIL PROTECTED] Subject: Re: adding /viewing messages

Re: adding /viewing messages like errors

2001-10-25 Thread John Yu
Are you referring to the logic:present name=beanName tag? http://jakarta.apache.org/struts/struts-logic.html#present Or are you looking for information on html:errors/? http://jakarta.apache.org/struts/struts-html.html#errors At 02:04 pm 24-10-2001 -0400, you wrote: I thought I read somewhere

adding /viewing messages like errors

2001-10-24 Thread Strichartz, Beth
I thought I read somewhere that I can add to the message bean and then in a jsp see if this message bean exists and output it kind of like errors??? errors.add(ActionErrors.GLOBAL_ERROR, new ActionError(error.database.missing)); Can anyone point me in the right