RE: accessing more than 1 formbean in an action class

2003-07-15 Thread Madhu Nair
Thanks shane , I didnt know you could do this. My problem is solved. -Original Message- From: Shane Mingins [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 2:02 AM To: 'Struts Users Mailing List' Subject: RE: accessing more than 1 formbean in an action class Hi Can you not just

RE: accessing more than 1 formbean in an action class

2003-07-14 Thread Gandle, Panchasheel
Can you send the action-mapping for this Action class from the struts-config file Panchasheel -Original Message- From: Madhu Nair [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 10:55 AM To: [EMAIL PROTECTED] Subject: accessing more than 1 formbean in an action class Hi, I am

RE: accessing more than 1 formbean in an action class

2003-07-14 Thread Shane Mingins
Hi Can you not just retrieve the object from the request/session? I had a form in session scope that I access from other action classes like so: MyForm form = (MyForm)request.getSession().getAttribute(MyForm); Shane -Original Message- From: Madhu Nair [mailto:[EMAIL PROTECTED] Sent: