struts forms

hi all,can i know the difference between:scope="request",scope="pagecontext",scope="session" in jsp.
[142 byte] By [sudheer@suna] at [2007-11-27 5:37:13]
# 1

Come on in it is self explanatory...

If the attribute/ActionForm bean instance/Bean instance you are trying to save under the scope of session you put scope="session" and same is the case with scope with saving under the scope of request and in defined page....

Hope tht clears your question..

else where i'd advice you to read

http://java.sun.com/products/jsp/docs.html

RahulSharnaa at 2007-7-12 15:09:06 > top of Java-index,Java Essentials,Java Programming...