>
> <f:subview id="A">
>  <tr:commandButton id="B" />
>  <tr:table id="C" partialTriggers="::B E G ::H:I:K ::H:N">
>    <tr:column id="D">
>      <tr:commandButton id="E" />
>      <tr:inputText partialTriggers="::B E G ::C ::H:I:K ::H:N" />
>    </tr:column>
>    <tr:column id="F">
>      <tr:commandButton id="G" />
>    </tr:column>
>  </tr:table>
>
> with the OLD solution where we started with the parent component we
> wouldn't be able to say E or G on table, correct? Instead we'd have to
> say ::C:E and ::C:G?


Currently implemented:
C:E C:G
The table has to refer to itself

I believe you are right with the OLD behavior. You may know best as you
committed the fix for 757. The OLD way had a larger number of :'s.


>
> Is that correct?
>
> - Jeanne
>
>
> Leonardo Uribe wrote:
> > +1 , use string arrays to use multiple partial triggers makes that the
> > logic of the page be in 2 places, so this solution is good
> >
> >
>

Reply via email to