Hi, Are you resetting the property correctly in your action class? Using, PropertyUtils.setSimpleProperty(form, "obj", List);?
Regards, Mano -----Original Message----- From: Mallik [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 21, 2006 11:58 AM To: user@struts.apache.org Subject: DynaValidatorForm help? Hi friends first of all thanks for your great help situation is: i have to setup some details and display those details for the setup service, i use DynaValidatorForm. it is working well for validations also. i want to use the same DyanActionForm for view also but problem is: if i use DynaValidatotForm for displaying the data, i am getting last record only as many times as i got for "select count(*) from blocks". but if i use System.out.println() in action class over that ArrayList in loop, i am getting correctly. if i code ActionForm for those fields, i am getting correctly. why this ? cann't i use DynaActionForm for both setup and Viewing details help me please... ur's Mallik -- View this message in context: http://www.nabble.com/DynaValidatorForm-help--tf2677169.html#a7466483 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]