Re: About ActionErrors.GLOBAL_ERROR

2008-03-19 Thread Antonio Petrelli
2008/3/19, Chen Chunwei <[EMAIL PROTECTED]>: > Hi all, > > Can anyone tell me that the real value of constant > ActionErrors.GLOBAL_ERROR? Or where to find it? > Actually, I want to use the tag to only display the error > defined with ActionErrors.GLOBAL_ERROR. You don't need it! Read the tag

Re: About ActionErrors.GLOBAL_ERROR

2008-03-19 Thread Chen Chunwei
s is simple but I'm new to both JSP and STRUTS. Talos - Original Message - From: "Lukasz Lenart" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, March 19, 2008 3:16 PM Subject: Re: About ActionErrors.GLO

Re: About ActionErrors.GLOBAL_ERROR

2008-03-19 Thread Lukasz Lenart
Hi, Maybe something like this: Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: About ActionErrors.GLOBAL_ERROR

2008-03-18 Thread Chen Chunwei
h 19, 2008 11:36 AM Subject: Re: About ActionErrors.GLOBAL_ERROR My first reply to mailing list. Be gentle :) * ActionErrors.GLOBAL_ERROR* is deprecated. Use *ActionMessages.GLOBAL_MESSAGE* instead. From ActionMessages.java ... *public static final String GLOBAL_MESSAGE = "org

Re: About ActionErrors.GLOBAL_ERROR

2008-03-18 Thread David Chapman
My first reply to mailing list. Be gentle :) * ActionErrors.GLOBAL_ERROR* is deprecated. Use *ActionMessages.GLOBAL_MESSAGE* instead. >From ActionMessages.java ... *public static final String GLOBAL_MESSAGE = "org.apache.struts.action.GLOBAL_MESSAGE";** * djc On Tue, Mar 18, 2008 at 8:

About ActionErrors.GLOBAL_ERROR

2008-03-18 Thread Chen Chunwei
Hi all, Can anyone tell me that the real value of constant ActionErrors.GLOBAL_ERROR? Or where to find it? Actually, I want to use the tag to only display the error defined with ActionErrors.GLOBAL_ERROR. I have the struts javadoc api, but I cannot access the Internet. Thanks.