partial « Page « JSF Q&A





1. Refresh JSF h:outputLabel    stackoverflow.com

I created a Timer class at server side, i display the timer using h:outputLabel but it display once although the timer still running, how can i update the h:outputLabel value without ...

2. how to do partial page rendering (center content) with jsf2 templating via ajax (from menu)    stackoverflow.com

i have been struggling getting this to work for 2 weeks, I am trying to merge info from BalusC from these 2 posts to (link1 link2) to achieve ...

4. Error during Partial-Page Rendering (PPR)    coderanch.com

Hi Ranchers, I have a page which works fine when I access it the first time. The page contains two tables: one is dependent on what is selected in the other. As mentioned, every thing works fine the first time (CRUD operations). However, when i try to select something the next time, i get a Null Pointer Exception. I am using ...

5. Is this a correct approach to use subviews for partial page refresh?    coderanch.com

Hi everyone, I would like to seek your advice, whether the following approach to implement partial page refresh using subviews is correct. This is the main jsf page that holds a menu subview and a content subview: <%@taglib uri="http://richfaces.org/a4j" prefix="a4j"%> <%@taglib uri="http://richfaces.org/rich" prefix="rich"%> <%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%> <%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@page contentType="text/html" pageEncoding="UTF-8"%>