Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
JSF 1.x or 2.x? Which component library? JSF standard implementation doesn't ship with any modal window like components. – BalusC Sep 21 '10 at 17:58
Thanks, for answering. I was worried no one would ever notice. – Grae Sep 21 '10 at 18:18
I am using JavaScript to open the modal window. It is a popup. – Grae Sep 21 '10 at 18:19
It is JSF 1.x. Basically, I am creating a modal popup with a jsf page as the address. However, once I try to navigate with a JSF action, a new window pops rather than the new page being in that same window. – Grae Sep 21 '10 at 18:59

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.