I want to define a navigation case in faces-config.xml to do a page reload/refresh, without navigating to another page on certain outcome from any view id. How do I define it in faces-config.xml as I dont have any specific to-viewId
to hardcode in faces-config.xml ?
faces-config
?! Didn't know this! - Rajat Gupta#{view.viewId}
didn't work for me as I use a URL rewritter(Prettyfaces) but I found a solution once I came to know I could use EL over there. Another thing, there is small issue if you could help, my URLs are extensionless,topic/23423
& faces-config redirects me totopic/23423.xhtml
by appending.xhtml
at the end of my viewIds. How could I prevent adding.xhtml
to my extensionless URLs ? - Rajat Gupta