NetBeans « Servlet « JSF Q&A





1. The Glassfish Server in NetBeans IDE 6.9.1 stopped working when an attempt was made to display a message box    stackoverflow.com

I'm working with JSF web applications. Since Java doesn't support a direct way to display a message box in web applications, I decided to try something new and thought that the ...

2. Navigation problems with JSF and servlet    forums.netbeans.org

I have a Flash chart in a JSF page (Manage_Schedules.jsp). The chart contains links to a servlet (FindJobsServlet) that navigates to another JSF page (Find_Jobs.jsp). When I click the link the ...

3. Navigation problems with JSF and servlet    forums.netbeans.org

I have a Flash chart in a JSF page (Manage_Schedules.jsp). The chart contains links to a servlet (FindJobsServlet) that navigates to another JSF page (Find_Jobs.jsp). When I click the link the ...

4. Re: Navigation problems with JSF and servlet    forums.netbeans.org

jhalupka Joined: 05 Feb 2010 Posts: 52 Posted: Sat Feb 13, 2010 5:16 pm Post subject: Re: Navigation problems with JSF and servlet I struggled off and on ...

5. Converting the Servlet E-commerce tutorial to JSF 1.2    forums.netbeans.org

Hi Everyone, Please, I am currrently trying to implement the e-commerce tutorial with JSF 1.2 and EJB but i get stucked when trying to implement the shopping cart.I have been able to connect to the database and display the products in a JSF datatable. The problem arises when I try to add an Item to the shopping cart using the add ...