RE: loosing request attributes from jsp to action

2004-11-25 Thread Paul McCulloch
--Original Message- > From: Tito Eritja [mailto:[EMAIL PROTECTED] > Sent: 24 November 2004 19:41 > To: struts > Subject: loosing request attributes from jsp to action > > > Hi everybody. > > We are working on a fleet trucking system. One user can have several >

Re: loosing request attributes from jsp to action

2004-11-24 Thread Rick Reumann
Tito Eritja wrote the following on 11/24/2004 2:41 PM: We get that identifier in jsp "window" with request.getAttribute("index") (with JSTL tags works fine), set it on request with , and submit the form to the action, The problem comes when trying to get the identifier bean from this request in the

loosing request attributes from jsp to action

2004-11-24 Thread Tito Eritja
Hi everybody. We are working on a fleet trucking system. One user can have several windows opened, each window can manage several trucks. In order to manage this, the actionform has a Vector of this "window" information (and it's set in a session scope). As all this "windows" are managed by th