Saturday, September 14, 2013

Page Fragment and View Port


  • Page fragments .jsff renders content in another jsf page 
  • Page fragment should not have more than one root element 
  • Page Fragment should not have af:document,f:view,f:form,head,body elements 
  • Bounded task flow add to jsf page as region should have page fragments only 


<?xml version='1.0' encoding='UTF-8'?>

<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"></jsp:root>

  • View port is the display area capable of navigating independently of other view ports ,region or browser window 
  • We can set security on bounded task flow displayed over region 

No comments:

Post a Comment