>  <tr:table varStatus="statux" ...
>       <tr:column>
>              <cx:valueHolder idBase="foo:#{statux.index}"/>
>
>  where cx:valueHolder is an included component having:
>
>  <ui:component>
>     <tr:commandLink onclick="Click( 'foo:#{statux.index}');" ...

Try:
  <ui:component>
     <tr:commandLink onclick="Click( '#{idBase}');" ...

Reply via email to