glassfish « Page « JSF Q&A





1. JSF: make A.jsf a default page to go to when type mydomain.com    stackoverflow.com

Right now, every time I type mydomain.com it would automatically go to mydomain.com/projectname/home.jsf, which is my login page. Not sure why, I know I still in session meaning that I can ...

2. What causes a full request on this page?    stackoverflow.com

Consider the following jsf page:

<h:body>
    <h:form id="SessionStartDialog">
        <table>
            <tr>
  ...

3. Get login error message to JSF page from JAAS login    stackoverflow.com

Is there a way to pass proper error message from JAAS authentiacation method to show in JSF page in Glassfish appserver. I am using my own login module which extends AppservPasswordLoginModule.

5. Problem with simpe JSF page (milestone 3+NB 4.2 dev)    java.net

When you register the JSF via Netbeans to your Web App, the JSF libraries are added in you web app... Maybe there is a version mismatch between the JSF from your web app, and the one in GlassFish. As you might know JSF is now part of the Java EE 5 spec, so there is no need to bundle these libraries ...

7. newbie... JSF page is coming up blank    java.net

I have two glassfish servers. One is local, the other is remote. I'm using NetBeans to develop my WAR. If I deploy the war file to my local server it works as expected. If I deploy it to the remote server it just displays a blank page when I launch it. I don't see any errors in the server log.

9. [webtier] jsf login page    java.net

I love the way how Java EE tries to ease the development process and saves time and money. But so far, that's all in theory to me. In practice, you end up spending a lot of time getting your app work in Glassfish. And that's really time consuming, even for non complex applications.