| Author |
can we put requestattribute in filter
|
Saurabh Naik
Ranch Hand
Joined: Apr 24, 2008
Posts: 87
|
|
Hello
There are 2 servlets ServletOne & ServletTwo. I am using request.getRequestDispatcher().forward method to access ServletTwo. While mapping to ServletTwo I am using filter to setAttribute on request. but when I access it in ServletTwo its giving me null value . please explain this.
Thank you
|
SCJP 6 (88%), SCWCD 5 (78%), preparing for SCBCD
|
 |
Vishwanath Krishnamurthi
Ranch Hand
Joined: Jun 04, 2007
Posts: 331
|
|
|
Did the request from servlet1 go to the filter? You checked that?
|
Blog
|
 |
 |
|
|
subject: can we put requestattribute in filter
|
|
|