I'm a bit stuck here in trying to figure out how to assign a unique id to new repeater rows. I tried referencing an external pipeline:

    <fb:on-insert-row>
      <fb:insert-node src="cocoon:/default-record"/>
    </fb:on-insert-row>

where the "default-record" pipeline would create a record and assign a unique id attribute, however, it seems that the pipeline is being called only once, so all my records end up getting the same id.

It feels like there should be an obvious simple way of doing it and I'm just completely missing it!


Thanks, -Alex


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to