A few folks posted here in the past regarding the use of the Validator and JSP pages generated using Nested Tags:
Colin Hawkett: http://www.mail-archive.com/[email protected]/msg52063.html Thomas Gigen: http://www.mail-archive.com/[email protected]/msg33151.html In each case, it didn't seem as if any resolution was achieved. I've been checking out Chapter 12 from Ted Husted & David Winterfeldt's book which details the Validator. All their examples seem to assume that the form layout won't be data driven (i.e. use Nested Tags or the Iterate tag). Given that your typical validation node requires what seems to be a fixed property name, how does a validator work if I have a column of Dates named as myBean[0].theDate to myBean[n].theDate? Can I substitute a regular expression for the property value? Or is the Validator smart enough to work out that if I create a field with property="theDate" that myBean[0].theDate to myBean[9].theDate both are subject to validation by the rules associated with the field. thanks in advance for your advice. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

