RE: handle set of list of objects

2007-07-03 Thread prafull.jain
Hi, I did same thing but I am not getting any values. its showing null value but value is already there. please give me any other solution. Thanks & Regards, Prafull Jain From: Vikash Manoranjan [mailto:[EMAIL PROTECTED] Sent: Mon 02/07/2007 5:31 PM To: 'Str

RE: handle set of list of objects

2007-07-02 Thread prafull.jain
--- Begin Message --- Hi, I did same thing but I am not getting any values. its showing null value but value is already there. please give me any other solution. Thanks & Regards, Prafull Jain J From: Vikash Manoranjan [mailto:[EMAIL PROTECTED] Sent: Mon 02/

RE: handle set of list of objects

2007-07-02 Thread prafull.jain
Thanks & Regards, Prafull Jain J From: Prafull Jain (WT01 - SECURITIES) Sent: Mon 02/07/2007 4:47 PM To: Struts Users Mailing List; 'Struts Users Mailing List' Subject: RE: handle set of list of objects Hi Vikash, I want to do this using actionForm. I a

RE: handle set of list of objects

2007-07-02 Thread prafull.jain
Hi Vikash, I want to do this using actionForm. I am using struts - jsp tag. Every fields are releated to my actionForm. but I am able to set properties of fields which are getting set of list of objects values, in my actionForm. I have only 2 question. 1) how to set properties of fields whic

handle set of list of objects

2007-07-02 Thread prafull.jain
Hi, In my struts application, I am getting results from database, based on my search query. In result, I am getting set of list of objects mean set contain lists and list contain objects. I am passing these values from my action class to jsp page using one bean class. Now I want to pas

Can we keep one action file for all jsp files?

2007-04-20 Thread prafull.jain
Hi, I have 5-6 Jsp pages and all are inter connected. If any one make changes, these changes should be display in the database. In this case, I need only one Action class which can hold or manipulate all changes from all jsp pages. I am not sure "Can we keep one action file for all jsp files?"