On Mon, Sep 13, 2004 at 06:02:18PM +0200, Jorg Heymans wrote: > Any quick pointers as to what could be causing this? This container > called "" seems suspicious to me....
The container "" refers to the "form" widget. The error message just prints the widget's id, and since the form widget does not have an id it naively print an empty string. The problem is the <fb:value id="font path="font"/> in your binding is misplaced outside the <fb:repeater...> binding, so it is looking for your "font" widget as a direct child of the "form" widget. --Tim Larson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]