aspose file tools
The moose likes JSF and the fly likes Default scope of managed-bean-scope? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Default scope of managed-bean-scope?" Watch "Default scope of managed-bean-scope?" New topic
Author

Default scope of managed-bean-scope?

Sundeep Ramesh
Greenhorn

Joined: Feb 03, 2006
Posts: 2
Could some one tell me what is the default scope of <managed-bean-scope> present in faces-config.xml?
Vibha Talreja
Greenhorn

Joined: May 10, 2007
Posts: 2
The default scope of <managed-bean-scope> present in faces-config.xml is::

request
J Bolla
Greenhorn

Joined: Nov 23, 2004
Posts: 17
Form the faces config DTD

The "managed-bean-scope" element represents the scope into which a newly
created instance of the specified managed bean will be stored (unless
the value is "none"). It must be of type "ScopeOrNone".

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Default scope of managed-bean-scope?
 
Similar Threads
Navigation does not work
How to set the defaule selection for selectOneRadio
DataTable and UploadFile
on change combo box not working.
Dynamic Select List - "Validation Error: Value is not valid"