Jean-Baptiste Quenot wrote:
* [EMAIL PROTECTED]:
Author: vgritsenko
Date: Sat Sep 2 04:26:15 2006
New Revision: 439574
<action dev="VG" type="fix">
CForms: Repeater identity binding was failing on save if widget path was
given.
</action>
Hi Vadim,
If that fixes the problems with <fb:identity>, that's great!
During Cocoon trainings I was often asked why <fb:identity> didn't
work as advertised. This is good news for our users then.
This commit fixes an exception which was happening when you use widget path:
<fb:identity>
<fb:value id="path/to/widget" path="widget"/>
It might your problems, or it might not - I don't know.
Vadim