RE: adding /viewing messages like errors

2001-10-26 Thread Alexander Jesse
like errors Are you referring to the logic:present name=beanName tag? http://jakarta.apache.org/struts/struts-logic.html#present 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

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

Re: Messages like Errors...

2001-10-25 Thread David Winterfeldt
Are you talking about a general message or an error message? The below works with nightly builds or the Validator project (in the Struts nightly source contrib/validator directory or http://home.earthlink.net/~dwinterfeldt) has tags to do this if you aren't using nightly builds.

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

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