Hi,

Triggered and inspired by Eddy's Component example and Frederic's Sortable
table, I tried this in my dynamic embedded situation in an attempt to make
more generic component:

template snippet:

<table id="row" class="displaytag">
  ${v seatEntries}
    <tr><td>No travellers</td></tr>
  ${/v}
  ${b seatEntry}
    ${v ELEMENT:+.SeatEntry:}
      MODE = ManageReservation
    ${/v}
  ${/b}
</table>

In the code of the embedded element only the first invocation 'found' the
MODE properties, the second invocation saw the 'generated html' of the
first invocation.
Does this have anything to do with the structure of my template or is it
'normal' cq intended behaviour?

Regards,
Adriaan


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

Reply via email to