You have to set request *attributes* in your server side code. So set it in either your setUp method or your testXXX method.
Cheers, Nick -----Original Message----- From: Russ Baker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 1:44 PM To: '[EMAIL PROTECTED]' Subject: Trouble getting a request's attribute Hello again, This one is for real, I promise... I am setting something in the request attribute (actually putting a vector into it) and am trying to get the object back out of the request. The WebRequest object does not allow you to get the attribute, are there any other objects/methods to use to get this out? Thanks, Russ Baker
