I have an action declared as scope=request
i perform request.getSession().setAttribute("blah",object)i have debug to list all attribute names in my action class (and the "blah") appears in the log. i have debug in my jsp to list the request.getAttributeNames().. and the "blah" object has vanished.. any ideas? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

