1

I have a couple of places in my JSF project where I'm using javscript to either open a new window or navigate the user somewhere else. Unfortunately this means that I'm writing out hard coded URLs. I already know that I can resolve el expressions within my javascript on the page, but is there a way (or an EL expression) to resolve a JSF navigation case. Alternatively, is there a way within a bean that will resolve the navigation case into a url string that I can then access from an EL expression?

4

0 回答 0