jQuery in Action, 2nd edition
The moose likes JSF and the fly likes Partial Trigger is not working when the component is in a facet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Partial Trigger is not working when the component is in a facet" Watch "Partial Trigger is not working when the component is in a facet" New topic
Author

Partial Trigger is not working when the component is in a facet

Anil Kolisetty
Greenhorn

Joined: Feb 18, 2011
Posts: 8
HI,

I have written some code


<tr:table id="viewOffersTable" >
<f:facet name="detailStamp">
<tr:panelHorizontalLayout>
<tr:table id="ratesTable" >
<tr:column/>
<tr:column/>
<tr:column/>
</tr:table>
</tr:panelHorizontalLayout>
</f:facet>
<tr:column/>
<tr:column/>
<tr:column/>
</tr:table>

<tr:panelHorizontalLayout partialTriggers="ratesTable"/>



however when i select a row from facet table it is not triggering the panelHorizontalLayout

can you please tell me how to trigger panelhorizontallayout when i select a row from the facet table?
William P O'Sullivan
Ranch Hand

Joined: Mar 28, 2012
Posts: 860

Please edit your post and put the "Code" tags around the actual code.

This will make it easily for us to help you.

WP
Anil Kolisetty
Greenhorn

Joined: Feb 18, 2011
Posts: 8
edited the post
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Partial Trigger is not working when the component is in a facet
 
Similar Threads
Defalut Selection in Tr Table Selection.
Problem with Trinidad Nested Table (depth 3)
How to get a parent row data when a row is selected from the child table which is in the facet
ValueChangeEvent fires for every datatable changed value, cannot reset.
table and partial triggers