It should be ":::removeAll"

:: will resolve to the table
::: will resolve to the naming container that the table is in (which
is where your checkbox is)

-Andrew

On 9/5/07, Bandaru <[EMAIL PROTECTED]> wrote:
>
> Hi,
>   Thanks for your reply,I tried with Following Code as you mentioned But Not
> Triggered,what may be the problem?
>
> <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.
>
>
> dmgloss wrote:
> >
> > 'partialTriggers="MyTable:removeAll"' will certainly have no effect in
> > code snippet you provided.
> > If you refer checkbox just outside of tr:table from that table's column,
> > then trigger component refid should begin with "::", not some other id.
> >
> >>
> >> 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.
> >>
> >
> >
>
> --
> View this message in context: 
> http://www.nabble.com/Table-PPR-problem-when-trigger-Outside-tf4370599.html#a12492217
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>

Reply via email to