Re: Iterator: field errors.

2010-12-09 Thread Li Ying
What is the data type of objectList? How did you execute the validation, and how did you add the field error? - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.o

RE: Iterator: field errors.

2010-12-09 Thread Satheesh Kannan A B
Return false; } } Thanks and Regards, Satheesh Kannan A B -Original Message- From: Li Ying [mailto:liying.cn.2...@gmail.com] Sent: Friday, December 10, 2010 5:35 AM To: Struts Users Mailing List Subject: Re: Iterator: field errors. What is the data type of objectList?

Re: Iterator: field errors.

2010-12-10 Thread Satheesh Kannan A B
Return false; } } Thanks and Regards, Satheesh Kannan A B -Original Message- From: Li Ying [mailto:liying.cn.2...@gmail.com] Sent: Friday, December 10, 2010 5:35 AM To: Struts Users Mailing List Subject: Re: Iterator: field errors. What is the data type of objectList?

Re: Iterator: field errors.

2010-12-12 Thread Li Ying
>> Since after validation fails the iterator grid also empty I think, you need separate the field names by list index -- since your data model is a list--, to indicate which [textfield] should be captured by which POJO element. And also, you need separate the field name of validation error, t