> > > Thanks, Adolfo! > But I'm a newbie: how could I set sevletContext in a JSP? > If I'd want to set the object to pass in the session scope I'd > write: > > <% > Vector vect = new Vector(); //for example > session.setAttribute("vector", vect); > %> > > and I'd retrieve it in the action as follows > > Vector vectorInAction = session.getAttribute("vector"); > > If it's not possible using request scope, how to do it? > > Lot of thanks again!! > > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]