> -----Original Message-----
> From: James Turner [mailto:[EMAIL PROTECTED] 
> 
> Hi gang,
>    Currently, the html:errors tag doesn't work well with
> indexed properties, because it looks for an exact match on
> the property name.  So if you have an error in
> petFish[3].species, you need to have:
> <html:errors property="petFish[3].species">
> 
> I'd like to propose (and will implement if people think it's
> a good idea) two new things.
> 
> First off, doing <html:errors name="petFish"
> property="species" indexed="true"> should match errors for
> the current iteration values.
> 
> Secondly, doing <html:errors name="petFish"
> property="species"> should match all errors for any
> iteration.

The first item looks like a good idea, but the second looks a little
questionable.  It might help if you showed explicitly what that would
mean.

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

Reply via email to