Setting Session Variable on Popup Focus In ADF?

Up vote 0 down vote favorite share g+ share fb share tw.

I have an application that is somewhat heavy on ADF Popup dialogs. They will be defined in the index page like this: etc, etc. What I would like to do is whenever the popup opens and/or receives the focus, I want to set a session-scoped variable named "whereami". This variable will be used for further customization of pages, context menus, etc. Can anyone assist?

Jason java oracle-adf link|improve this question asked Mar 6 at 16:43Jason632317 71% accept rate.

The popup component has a PopupFetchListener event. The event is fired when the popup is displayed. Capture that method in your backing bean and set your session bean there.

Its possible in this app to have overlapping popups, which may screw up the whereami variable The breadcrumbs component is not an option. – Jason Mar 7 at 12:11 Actually, I discovered the answer seems to be "no", the PopupFetchListener only fires on initial load, not popup focus. – Jason Mar 7 at 13:07.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions