Hello everyone,

I cannot display <html:errors property="blah"/>, but if I add

<%
ActionErrors ae = ( ActionErrors) request.getAttribute( Action.ERROR_KEY);
boolean err = false;
if( ae != null) {       
         Iterator iter = ae.properties();
         while(iter.hasNext()){
                System.out.println((String)iter.next());         
         }
}
%>

I can see that "blah" is printed out. That being said, the errors does hold the 
value. Does anyone know where I should configure? Or how to check if the value 
is an empty string? I'm using WSAD.

Thanks.
Song

----- Original Message -----
From: [EMAIL PROTECTED]
Date: Friday, June 10, 2005 5:48 pm
Subject: WELCOME to dev@struts.apache.org

> 
> Hi! This is the ezmlm program. I'm managing the
> dev@struts.apache.org mailing list.
> 
> I'm working for my owner, who can be reached
> at [EMAIL PROTECTED]
> 
> Acknowledgment: I have added the address
> 
>   [EMAIL PROTECTED]
> 
> to the dev mailing list.
> 
> Welcome to [EMAIL PROTECTED]
> 
> Please save this message so that you know the address you are
> subscribed under, in case you later want to unsubscribe or change your
> subscription address.
> 
> 
> --- Administrative commands for the dev list ---
> 
> I can handle administrative requests automatically. Please
> do not send them to the list address! Instead, send
> your message to the correct command address:
> 
> To subscribe to the list, send a message to:
>   <[EMAIL PROTECTED]>
> 
> To remove your address from the list, send a message to:
>   <[EMAIL PROTECTED]>
> 
> Send mail to the following for info and FAQ for this list:
>   <[EMAIL PROTECTED]>
>   <[EMAIL PROTECTED]>
> 
> Similar addresses exist for the digest list:
>   <[EMAIL PROTECTED]>
>   <[EMAIL PROTECTED]>
> 
> To get messages 123 through 145 (a maximum of 100 per request), mail:
>   <[EMAIL PROTECTED]>
> 
> To get an index with subject and author for messages 123-456 , mail:
>   <[EMAIL PROTECTED]>
> 
> They are always returned as sets of 100, max 2000 per request,
> so you'll actually get 100-499.
> 
> To receive all messages with the same subject as message 12345,
> send an empty message to:
>   <[EMAIL PROTECTED]>
> 
> The messages do not really need to be empty, but I will ignore
> their content. Only the ADDRESS you send to is important.
> 
> You can start a subscription for an alternate address,
> for example "[EMAIL PROTECTED]", just add a hyphen and your
> address (with '=' instead of '@') after the command word:
> <[EMAIL PROTECTED]>
> 
> To stop subscription for this address, mail:
> <[EMAIL PROTECTED]>
> 
> In both cases, I'll send a confirmation message to that address. When
> you receive it, simply reply to it to complete your subscription.
> 
> If despite following these instructions, you do not get the
> desired results, please contact my owner at
> [EMAIL PROTECTED] Please be patient, my owner is a
> lot slower than I am ;-)
> 
> --- Enclosed is a copy of the request I received.
> 
> Return-Path: <[EMAIL PROTECTED]>
> Received: (qmail 44770 invoked by uid 99); 10 Jun 2005 21:48:23 -0000
> X-ASF-Spam-Status: No, hits=0.1 required=10.0
>       tests=FORGED_RCVD_HELO
> X-Spam-Check-By: apache.org
> Received-SPF: pass (hermes.apache.org: local policy)
> Received: from mercury.senecac.ca (HELO mercury.senecac.on.ca) 
> (142.204.1.13)  by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 
> Jun 2005 14:48:22 -0700
> Received: from senecac.on.ca ([127.0.0.1])
> by mercury.senecac.on.ca (Sun Java System Messaging Server 6.1 
> HotFix 0.09
> (built Dec 14 2004)) with ESMTP id 
> <[EMAIL PROTECTED]> for
> dev-sc.1118440044.jdglabhdmbpndknlmcni-
> [EMAIL PROTECTED]; Fri,
> 10 Jun 2005 17:47:54 -0400 (EDT)
> Received: from [159.37.7.44] by mercury.senecac.on.ca (mshttpd); Fri,
> 10 Jun 2005 17:47:54 -0400
> Date: Fri, 10 Jun 2005 17:47:54 -0400
> From: Song Wang <[EMAIL PROTECTED]>
> Subject: Re: confirm subscribe to dev@struts.apache.org
> To:
> dev-sc.1118440044.jdglabhdmbpndknlmcni-
> [EMAIL PROTECTED]: 
> <[EMAIL PROTECTED]>MIME-version: 1.0
> X-Mailer: Sun Java(tm) System Messenger Express 6.1 HotFix 0.09 
> (built Dec 14
> 2004)
> Content-type: text/plain; charset=us-ascii
> Content-language: en
> Content-transfer-encoding: 7BIT
> Content-disposition: inline
> X-Accept-Language: en
> Priority: normal
> X-Virus-Checked: Checked
> 
> 
> 
> ----- Original Message -----
> From: [EMAIL PROTECTED]
> Date: Friday, June 10, 2005 5:47 pm
> Subject: confirm subscribe to dev@struts.apache.org
> 
> > 
> > Hi! This is the ezmlm program. I'm managing the
> > dev@struts.apache.org mailing list.
> > 
> > I'm working for my owner, who can be reached
> > at [EMAIL PROTECTED]
> > 
> > To confirm that you would like
> > 
> >   [EMAIL PROTECTED]
> > 
> > added to the dev mailing list, please send
> > an empty reply to this address:
> > 
> >   dev-sc.1118440044.jdglabhdmbpndknlmcni-
> > [EMAIL PROTECTED]
> > Usually, this happens when you just hit the "reply" button.
> > If this does not work, simply copy the address and paste it into
> > the "To:" field of a new message.
> > 
> > or click here:
> >     dev-sc.1118440044.jdglabhdmbpndknlmcni-
> > [EMAIL PROTECTED]
> > This confirmation serves two purposes. First, it verifies that I 
> am 
> > ableto get mail through to you. Second, it protects you in case 
> > someoneforges a subscription request in your name.
> > 
> > Some mail programs are broken and cannot handle long addresses. 
> If you
> > cannot reply to this request, instead send a message to
> > <[EMAIL PROTECTED]> and put the
> > entire address listed above into the "Subject:" line.
> > 
> > 
> > --- Administrative commands for the dev list ---
> > 
> > I can handle administrative requests automatically. Please
> > do not send them to the list address! Instead, send
> > your message to the correct command address:
> > 
> > To subscribe to the list, send a message to:
> >   <[EMAIL PROTECTED]>
> > 
> > To remove your address from the list, send a message to:
> >   <[EMAIL PROTECTED]>
> > 
> > Send mail to the following for info and FAQ for this list:
> >   <[EMAIL PROTECTED]>
> >   <[EMAIL PROTECTED]>
> > 
> > Similar addresses exist for the digest list:
> >   <[EMAIL PROTECTED]>
> >   <[EMAIL PROTECTED]>
> > 
> > To get messages 123 through 145 (a maximum of 100 per request), 
> mail:>   <[EMAIL PROTECTED]>
> > 
> > To get an index with subject and author for messages 123-456 , mail:
> >   <[EMAIL PROTECTED]>
> > 
> > They are always returned as sets of 100, max 2000 per request,
> > so you'll actually get 100-499.
> > 
> > To receive all messages with the same subject as message 12345,
> > send an empty message to:
> >   <[EMAIL PROTECTED]>
> > 
> > The messages do not really need to be empty, but I will ignore
> > their content. Only the ADDRESS you send to is important.
> > 
> > You can start a subscription for an alternate address,
> > for example "[EMAIL PROTECTED]", just add a hyphen and your
> > address (with '=' instead of '@') after the command word:
> > <[EMAIL PROTECTED]>
> > 
> > To stop subscription for this address, mail:
> > <[EMAIL PROTECTED]>
> > 
> > In both cases, I'll send a confirmation message to that address. 
> When> you receive it, simply reply to it to complete your 
> subscription.> 
> > If despite following these instructions, you do not get the
> > desired results, please contact my owner at
> > [EMAIL PROTECTED] Please be patient, my owner is a
> > lot slower than I am ;-)
> > 
> > --- Enclosed is a copy of the request I received.
> > 
> > Return-Path: <[EMAIL PROTECTED]>
> > Received: (qmail 41181 invoked by uid 99); 10 Jun 2005 21:47:23 -
> 0000> X-ASF-Spam-Status: No, hits=0.1 required=10.0
> >     tests=FORGED_RCVD_HELO
> > X-Spam-Check-By: apache.org
> > Received-SPF: pass (hermes.apache.org: local policy)
> > Received: from mercury.senecac.ca (HELO mercury.senecac.on.ca) 
> > (142.204.1.13)  by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 
> > Jun 2005 14:47:22 -0700
> > Received: from senecac.on.ca ([127.0.0.1])
> > by mercury.senecac.on.ca (Sun Java System Messaging Server 6.1 
> > HotFix 0.09
> > (built Dec 14 2004)) with ESMTP id 
> > <[EMAIL PROTECTED]> for
> > [EMAIL PROTECTED]; Fri, 10 Jun 2005 17:47:07 -0400 
> > (EDT)Received: from [159.37.7.44] by mercury.senecac.on.ca 
> > (mshttpd); Fri,
> > 10 Jun 2005 17:47:07 -0400
> > Date: Fri, 10 Jun 2005 17:47:07 -0400
> > From: Song Wang <[EMAIL PROTECTED]>
> > Subject: subscribe
> > To: [EMAIL PROTECTED]
> > Message-id: <[EMAIL PROTECTED]>
> > MIME-version: 1.0
> > X-Mailer: Sun Java(tm) System Messenger Express 6.1 HotFix 0.09 
> > (built Dec 14
> > 2004)
> > Content-type: TEXT/PLAIN
> > Content-language: en
> > Content-transfer-encoding: 7BIT
> > X-Accept-Language: en
> > Priority: normal
> > X-Virus-Checked: Checked
> > 
> > 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to