RE: Handling attribute values

2006-06-07 Thread Maya menon
From: Maya menon [mailto:[EMAIL PROTECTED] Sent: 07 June 2006 15:21 To: Struts Users Mailing List Subject: RE: Handling attribute values Manoj, Yes, I am storing a vector in request attribute. Using session attribute, I am not feeling comfortable. Because the application can be accessed simultan

RE: Handling attribute values

2006-06-07 Thread manoj.tripathi
ou can use hidden values to pass the values around which you want to manage Cheers -Original Message- From: Maya menon [mailto:[EMAIL PROTECTED] Sent: 07 June 2006 15:21 To: Struts Users Mailing List Subject: RE: Handling attribute values Manoj, Yes, I am storing a vector in request

RE: Handling attribute values

2006-06-07 Thread Maya menon
Manoj, Yes, I am storing a vector in request attribute. Using session attribute, I am not feeling comfortable. Because the application can be accessed simultaneously by lots. So, In EditAction, is there a way to get the attribute from request ? [EMAIL PROTECTED] wrote: Maya, I

RE: Handling attribute values

2006-06-07 Thread manoj.tripathi
Maya, It seems you storing a list of records in request Set the attribute in session scope, and when you delete the record update the attribute in session when you are in editAction Or In Edit action again set the update attribute in request scope Cheers -Original Message- From: Maya meno