| 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
|
 |
 |
|
|
subject: Partial Trigger is not working when the component is in a facet
|
|
|