You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by johnson <jo...@erp.tw> on 2007/08/28 16:44:59 UTC

multi ident field for repeater binding

Hi!

There're two table
main teable primary key conktain to field f1,f2
sub table primary key f1,f2,f3 forean-key to main table is f1,f2

how to write the binding

<fb:identity>
<fb:value id="keyword" path="keyword"/>
<fb:value id="sno" path="sno"/>
<fb:value id="lno" path="lno"/>
</fb:identity>
or

<fb:identity>
<fb:value id="keyword" path="keyword"/>
<fb:value id="sno" path="sno"/>
</fb:identity>

or somehow

Best Regards

johnson

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org