> It is simple, use embedded element differentiators:
> <!--V 'ELEMENT:.TableElement:1'/-->
> <!--V 'ELEMENT:.TableElement:2'/-->
> <!--V 'ELEMENT:.TableElement:3'/-->
> <!--V 'ELEMENT:.TableElement:4'/-->
> 
> They can even be dynamic:
> http://rifers.org/wiki/display/RIFE/Dynamic+embedded+element 
> +differentiators

I already have that:

  <p>This is the starting page of the application.</p>

  <p>
  Here is a table:
  </p>
  <r:v name="ELEMENT:Table:1"/>

  <p>
  Here is another table:
  </p>
  <r:v name="ELEMENT:Table:2"/>

and in the processElement() of the parent:

        processEmbeddedElement(template, "Table", "1", td1);
        processEmbeddedElement(template, "Table", "2", td2);

Maybe it's something I need to add in the header cell rendering?

<r:b name="headerCell">
  <th class="data"><a href="${v EXIT:QUERY:sort/}"><r:v
  name="headerData"/></a></th>
</r:b>

Frederic
-- 
  
  [EMAIL PROTECTED]

_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to