views:

41

answers:

0

Hi all,

Can someone explain more about JSF page navigation to me? Basically, I understand that the action returns a string, that is mapped to a URL in a navigation rule.

However, it seems like there is more to it, that I don't understand.

My main problem is really that when I navigate away from a modal popup, using an action, it opens the window in a new window, rather than the same window.

Is there any extra settings that I can use to control this type of behavior?

If anyone know of a detailed documentation of navigation rules, that would help too.

Grae

UPDATE:

My main problem is the controling what in html would be the target attribute. In my case, the navigation is opening in a new window, like target="_blank". However, I don't want this, I would like it to open in the same window.