On Fri, 2003-11-21 at 17:56, JD Daniels wrote: > No.. sigh > > I just don't get it :S >
Problem is in the binding: > > Binding: > > > > <wb:context xmlns:wb="http://apache.org/cocoon/woody/binding/1.0" > > xmlns:wd="http://apache.org/cocoon/woody/definition/1.0" path="/"> > > <wb:value id="ticket" path="results/ticket"/> <snip/> You can't bind a repeater using <wb:value>. wb:value binds the value of a widget, but a repeater has no value, it contains rows which in turn contain widgets. To bind a repeater you should use wb:repeater and related elements. The woody samples show how to do this, and there's also some basic documentation (not very educational right now, but should at least make you aware of the existance of the tags). -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
