RE: ActionForm losing Collection/Map property on forward

2005-06-16 Thread Mark Benussi
ers Mailing List" To: 'Struts Users Mailing List' Subject: RE: ActionForm losing Collection/Map property on forward Date: Thu, 16 Jun 2005 11:58:34 +0100 Silly question, but it probably needs asking; What scope are you giving this form? I assume it is request. I know it is unfashion

RE: ActionForm losing Collection/Map property on forward

2005-06-16 Thread Marsh-Bourdon, Christopher
-Original Message- From: Mark Benussi [mailto:[EMAIL PROTECTED] Sent: 16 June 2005 11:53 To: 'Struts Users Mailing List' Subject: ActionForm losing Collection/Map property on forward My ActionForm has a HashMap which backs its values. Before I enter JSP 1 I populate the Ha

ActionForm losing Collection/Map property on forward

2005-06-16 Thread Mark Benussi
My ActionForm has a HashMap which backs its values. Before I enter JSP 1 I populate the HashMap with values which are then displayed on the page. I then submit the form to an Action which processes the values submitted and then forwards on to a JSP. The problem is that the HashMap has l