RE: problem with removing form bean

2005-06-21 Thread Rivka Shisman
Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 4:00 PM To: Struts Users Mailing List Subject: Re: problem with removing form bean You should ensure your mapping scope is indeed 'request' e.g. //Test for presence of attribute in Map if (mapping.g

RE: problem with removing form bean

2005-06-21 Thread Durham David R Jr Ctr 805 CSPTS/SCE
> The problem is that when I get the input form the second time - it > still shows the data of the first Item that was created before, Perhaps simply call form.reset() before returning from your save action. - Dave - To uns

Re: problem with removing form bean

2005-06-21 Thread Martin Gainty
--- Original Message - From: "Rivka Shisman" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 21, 2005 9:28 AM Subject: problem with removing form bean Hi all I have a very annoying problem with a form bean: I'm working with WSAD v6.0 (RAD v6.0) and struts

problem with removing form bean

2005-06-21 Thread Rivka Shisman
Hi all I have a very annoying problem with a form bean: I'm working with WSAD v6.0 (RAD v6.0) and struts v1.2.4 When creating a new Item I call EditItemAction (mehod create) The ItemForm is created and the passed to editItem.jsp >From there it arrives to SaveItemAction (method create)