In an application I need to know if a viewScope variable has been initialized. When the viewScope variable is created the value might be null. So viewScope.isEmpty("SomeName") does not tell me that it has been intialized and the answer is null or it has not been initialized yet. None of the viewScope properties seem to answer the question "dose the viewScope exist".
相关问题
- Unresponsive buttons after certain time
- Xpages “filter by category name” with two fields v
- Logout control not working
- How to stream file from xPages?
- How to avoid the 64k limit when retrieving data fr
相关文章
- call partialRefreshGet from SSJS using view.PostSc
- Bootstrap4XPages plugin: how to catch a change eve
- How to add html stored in a richtext item to an HT
- Remove Dojo from XPages globally
- Serialization of ManagedProperty
- Complex Xpage takes long for partial refreshs
- Getting Application Layout to work with Bootstrap4
- java.io.NotSerializableException when @ViewScoped
You can get the information whether a viewScope variable does exist or not with