hi,

the reason is that errors tag looks for errors.header,errors.footer
properties.

the first null is because of errors.header
last one is because of the errors.footer

regards,
srinivas.
-----Original Message-----
From: Juan Alvarado [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 28, 2002 11:53 PM
To: Struts
Subject: errors tag


Does anyone know why in Struts 1.02 when using the <html:errors/> tag, any
error that gets added to the ActionErrors object is displayed in the
following format:

null
"message string" null

An example would be as follows

The html output of my errors tag in Struts 1.02 would yield the following
when a user leaves a text field blank:

<ul>
null
        <li>Su búsqueda no devolvio resultados null
<p>
</ul>

With Struts 1.0:

<ul>
        <li>Su búsqueda no devolvio resultados
<p>
</ul>

I apologize about the spanish bit, it's a straight copy and paste from our
app.

Thanks in advance

**********************************************
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]


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



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

Reply via email to