Hi,
I have a Requirement that when i select BooleanCheckBox which is
outside the table with autosubmit,i need to trigger the value to inside the
Table column,
But the Value is Not trigged,I think the problem with the
partialTriggering ID because When i place both components in the same
Column,working fine.
Sample Code:
<tr:selectBooleanCheckbox label="RemoveALL"
binding="#{backing_first.removeAll}"
id="removeAll" autoSubmit="true"/>
<tr:table binding="#{backing_first.MyTable}" id="MyTable" ....>
<tr:column> <tr:outputText value="backing_first.removeAll.value"
id="remove1"
partialTriggers="removeAll"/> </column> ...
</tr:table>
Please Suggest me how can rectify the Problem..
I have seen some of the posts but this requiremnt is reverse to that.
Thanking You,
Ramesh.
--
View this message in context:
http://www.nabble.com/Table-PPR-problem-when-trigger-Outside-tf4370599.html#a12457228
Sent from the MyFaces - Users mailing list archive at Nabble.com.