So i have to click twice on the links to go to my desired page.

Think u understood my case ?

Yes, and the reason is the action attribute in the link.

The links action should navigate to another view, but also open a
popup in the same view.
This can't work. As you wrote before if you remove the action you have
no problems with clicking after closing the popup.

Because of the action the navigationHandler is invoked, which results
in creating a new viewId, jsfState and sequence.
This state is included in the ajax response and set into the page.
Now the next request did not found a corrospondending saved
uiComponentTree, which results in just rerender the view.

Regards,
 Volker

Reply via email to