| Author |
Scope of implicit response object
|
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
What is the scope of the implicit response object. The syntax reference card from Sun says it as Page scope but I think it should be request scope.
|
Groovy
|
 |
Anthony Villanueva
Ranch Hand
Joined: Mar 22, 2002
Posts: 1055
|
|
|
The JSP 1.2 specs (JSP.2.8.3 Implicit Objects) say it's page scope.
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
|
How is it page scope ? Can't I use the same response object across pages. I strongly feel it is request scope.
|
 |
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
|
|
|
Objects with request scope can be accesed by another servlet/jsp that is forwarded the request.
|
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
|
 |
 |
|
|
subject: Scope of implicit response object
|
|
|