Hi,
   Yes,I tried with 'partialTriggers="MyTable:removeAll"' eventhough no
Effect.
   Please let me out from this issue.
 Thanks for Reply...



Vadim Dmitriev wrote:
> 
> Have you by any chanсe tried 'partialTriggers="::removeAll"'?
> tr:table is NamingContainer, so partialTriggers must be of special form
> when you refer components outside it from one of it's columns  (or
> components inside tr:table from outer ones).
> 
>> 
>> 
>> 
>>   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.
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Table-PPR-problem-when-trigger-Outside-tf4370599.html#a12459529
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to