glassfish « Tag « JSF Q&A





1. JSF tags not being rendered as HTML    stackoverflow.com

I'm following the Java EE firstcup tutorial using Netbeans and Glassfish. When I execute the JSF web tier I've been instructed to code, the browser gets the same JSF markup coded in ...

4. URL Changing Despite No Redirect Tag in JSF Navigation Rules    java.net

As far as I understand it, the only ways that a URL can change is if the action in the form is different than the current page, or a redirect is sent. In both cases, the client browser is requesting a different URL. Since neither of these are the case, I am confused as to how the URL change will occur ...