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 <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?
You are going to lose that request variable when you submit. Stick it in a hidden variable and pull it out from the request parameters.
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]