mark.collette

Joined: 07/Feb/2005 00:00:00
Messages: 1692
Offline
|
jimmy6 wrote:
Which means the partial page refresh is because of the facelets ui:include and not panel stack right?
Well, under Facelets, the right side of the component-showcase is defined by icefaces\samples\component-showcase\web\showcase-facelet.jspx, which uses icefaces\samples\component-showcase\web\inc\mainTemplate.jspx, which uses icefaces\samples\component-showcase\web\inc\content-facelet.jspx, which employs a dynamic ui:include.
Under the JSP version of component-showcase, the right side is defined by icefaces\samples\component-showcase\web\showcase.jspx, which employs the panelStack of static jsp:includes.
Either way allows for our AJAX mechanism to focus on only updating the contents of the right side of the application, instead of the whole page.
|