Looking for thoughts on html:errors with indexed properties

2003-10-01 Thread James Turner
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

Re: Looking for thoughts on html:errors with indexed properties

2003-10-01 Thread Vic Cekvenich
I belive I had reported in bugzzila multi row validation problme 2 years ago, as well as posts. Here is the code I have been shiping for a long time with bP (writen by Jose/Ben): package com.fX.base; /* * MultiRowValidator.java * by Ben Tomasini - original by Jose Quiteriono ? * 12/10/2002

RE: Looking for thoughts on html:errors with indexed properties

2003-10-01 Thread Karr, David
-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: