Thanks, Andrew. Your proposal should have been in my msg, according to the real failing case.
It was a typing mistake, nevertheless neither solution works.
It seems that the deeper EL evaluation occurs out of loop, despite of proper row rendering.
My definitive target is to reconstruct row components ids within js code - that's why I need the row index.

-- Renzo

Andrew Robinson wrote:
 <tr:table varStatus="statux" ...
      <tr:column>
             <cx:valueHolder idBase="foo:#{statux.index}"/>

 where cx:valueHolder is an included component having:

 <ui:component>
    <tr:commandLink  ...
    

Try:
  <ui:component>
     <tr:commandLink  ...


  

Reply via email to