Thanks for the info, it worked

Regards,
Jailani.S



                                                                                       
                            
                    "Vijay Pawar"                                                      
                            
                    <[EMAIL PROTECTED]        To:     "Struts Users Mailing List" 
<[EMAIL PROTECTED]>      
                    td.com>              cc:     (bcc: jailani.s/Polaris)              
                            
                                         Subject:     Re: <html:errors>                
                            
                    05/30/2003                                                         
                            
                    12:12 PM                                                           
                            
                    Please                                                             
                            
                    respond to                                                         
                            
                    "Struts Users                                                      
                            
                    Mailing List"                                                      
                            
                                                                                       
                            
                                                                                       
                            




<html:errors/> - Conditionally display a set of accumulated error messages.
Displays a set of error messages prepared by a business logic component
and stored as an ActionErrors object, a String, or a String array in
request scope. If such a bean is not found, nothing will be rendered.


In order to use this tag successfully, you must have defined an
application scope MessageResources bean under the default attribute name,
with at least the following message keys:


errors.header - Text that will be rendered before the error messages list.
Typically, this message text will end with <ul> to start the error
messages list.

errors.footer - Text that will be rendered after the error messages list.
Typically, this message text will begin with </ul> to end the error
messages list.

Attributes for this tag :- >

bundle:
The servlet context attribute key for the MessageResources instance to
use. If not specified, defaults to the application resources configured
for our action servlet. [RT Expr]

locale:
The session attribute key for the Locale used to select messages to be
displayed. If not specified, defaults to the Struts standard value. [RT
Expr]

name:
Name of the request scope bean under which our error messages have been
stored. If not present, the name specified by the Action.ERROR_KEY
constant string will be used. [RT Expr]

property:
Name of the property for which error messages should be displayed. If not
specified, all error messages (regardless of property) are displayed. [RT
Expr]



> I have used the tag <html:errors/> for displaying error messages,
>
> It is displaying in the front end as "null message null" , why the
message
> is preceded and appended with null.
>
> What could be the problem please advise.
>
> Regards,
> Jailani.S
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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





This e-Mail may contain proprietary and confidential information and is sent for the 
intended recipient(s) only. 
If by an addressing or transmission error this mail has been misdirected to you, you 
are requested to delete this mail immediately.
You are also hereby notified that any use, any form of reproduction, dissemination, 
copying, disclosure, modification,
distribution and/or publication of this e-mail message, contents or its attachment 
other than by its intended recipient/s is strictly prohibited.

Visit Us at http://www.polaris.co.in

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

Reply via email to