1.

Which Components Are Available Using Actioncontext Map?

Answer»

The ACTIONCONTEXT map consists of the following −

application − application scoped variables.

SESSION session scoped variables.

root / value STACK all your action variables are stored here.

REQUEST request scoped variables.

parameters − request parameters.

atributes − the attributes stored in page, request, session and application scope.

The ActionContext map consists of the following −

application − application scoped variables.

session − session scoped variables.

root / value stack − all your action variables are stored here.

request − request scoped variables.

parameters − request parameters.

atributes − the attributes stored in page, request, session and application scope.



Discussion

No Comment Found