Hi,
I find some strange behaviour in de <html:errors> tag,
when I use a form and have two input fields and I separate the errormessages
with the property attribute in a form, like:
<html:error property="name">
<html:text property="name">

<html:error property="pwd">
<html:text property="pwd">

and the name text box, is empty so in validation I add an actionerror, but
the password is filled. so the second error tag doesn't generate a message,
the errror.header and error.footer do appear in the output  of the second
error tag, like.

"errorheader"
name is empty
"errorfooter"
<html:text property="name">

"errorheader"
"errorfooter"
<html:text property="pwd">

this doesn't seem desirable to me.


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

Reply via email to