jsp:include and partial triggers
647735Apr 23 2009 — edited Apr 24 2009Hello,
Let's say we have a Menu.jspx:
<af:selectOneChoice id="selection"/>
<jsp:include page="Main.jspx"/>
And then in Main.jspx we want to add:
<af:table id="table1"
partialTriggers="selection"/>
How do we add partialTriggers on this page from components on the page that includes it?
Thanks