Re: Using html:errors with a field that is iterated.

2006-11-03 Thread Adam K
On 11/3/06, robin bajaj <[EMAIL PROTECTED]> wrote: Hi Adam, Yes, I think html:errors is a pretty good validaiton mechanism. Especially if you use the Struts validation framework (validation.xml, validator-rules.xml) for generating your errors. Yes I am using validation.xml and validator-rules

Re: Using html:errors with a field that is iterated.

2006-11-03 Thread robin bajaj
Hi Adam, Yes, I think html:errors is a pretty good validaiton mechanism. Especially if you use the Struts validation framework (validation.xml, validator-rules.xml) for generating your errors. For showing errors right beside each specific field that fails the validation, you will need to have t

Using html:errors with a field that is iterated.

2006-11-03 Thread Adam K
Hi all I am using struts 1.2.9 and starting to work on error validation. So far I have my login page using: etc etc etc. I was wondering firstly Is this still the best manner in which to display errors ? The second question which has more to do with the title is How does one use