RE: Hoe to store objects in request scope

2004-06-09 Thread Ram Venkataswamy
I meant toScope -Original Message- From: Ram Venkataswamy Sent: Wednesday, June 09, 2004 1:19 PM To: Struts Users Mailing List Subject: RE: Hoe to store objects in request scope Did u try providing scope attribute for bean:define -Original Message- From: PADALA, SANDHYA (SBCSI

RE: Hoe to store objects in request scope

2004-06-09 Thread Ram Venkataswamy
Did u try providing scope attribute for bean:define -Original Message- From: PADALA, SANDHYA (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 9:05 AM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Hoe to store objects in request scope Hi All, I have a

Hoe to store objects in request scope

2004-06-09 Thread PADALA, SANDHYA (SBCSI)
Hi All, I have a question on how to save the objects into request scope. In my Form class I have an array of objects of type Product. My Product class has productId and productName as the variables with getter setter methods. On my JSP I use logic-iterate tag to iterate through the array and