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 the same Action, we identify the window, setting an identifier in each request scope. We get that identifier in jsp "window" with request.getAttribute("index") (with JSTL tags works fine), set it on request with <core:set var="identifier" scope="request" value"index"/>, and submit the form to the action, The problem comes when trying to get the identifier bean from this request in the action as the result is null. Has anybody knows what I'm doing wrong? tito --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]