Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jsp:include and partial triggers

647735Apr 23 2009 — edited Apr 24 2009
Hello,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2009
Added on Apr 23 2009
11 comments
1,515 views