java - Can I use multiple xhtml pages in the one xhtml page and how to access(references to them ) those in manged bean class? -


1)how include many xhtml pages in 1 xhtml page 2) how references them in managed bean class

you need try this

 <ui:include src="/page.xhtml">         <ui:param value="value" name="name" />  </ui:include> 

here, ui:param used pass parameter.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -