Originally posted by Sudarshan Chakrabarty: It works both way i.e. servlet -> jsp and jsp -> servlet. You can access the attributes in both the places.
No, you can't.
Once the response is sent to the client, the request that generated the first JSP goes out of scope. Any attributes set on that request go away with it.