Hi, I have a requirement like, am iterating a list of values and populating in a text box. It may be more than 5 rows. I need to validate whether it's an integer and want to display error message below the field. For a normal field with a unique I have done it well. But I don't know how to do for list if validation fails. Since after validation fails the iterator grid also empty and am not able to display field values. <s:iterator values="objectList"> <s:textfield name="bo.name" /> <s:fielderror name="bo.name" ></s:fielderror> </s:iterator> Please suggest me how to populate grid values in jsp if validation fails and also validation messages below field of each row.
Thanks and Regards, Satheesh Kannan A B ________________________________ ::DISCLAIMER:: ----------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. -----------------------------------------------------------------------------------------------------------------------