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]>