request != session
-- James Mitchell Software Developer/Struts Evangelist http://struts.sourceforge.net/struts-atlanta/ > -----Original Message----- > From: Jamesey [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 11:21 AM > To: [EMAIL PROTECTED] > Subject: Object going missing is session.. > > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

