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:06 PM, Chen Chunwei < [EMAIL PROTECTED]> wrote: > 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 <html:errors /> to only display the error > defined with ActionErrors.GLOBAL_ERROR. > > I have the struts javadoc api, but I cannot access the Internet. > > Thanks.