when I retrieve the object that ive set in the request object, I'm getting a null value! Why is this so? During its first run, I'm setting it to ( request.setAttribute("test", "string_object"); ) then, when the user clicks the hyper link it should go to the else part...then when it retrieves "test: it returns null, what am I missing here