Bruno,

Could we be missing the commits on both
- RepeaterDefinitionBuilder and
- AggregateDefinitionBuilder?

I did a recent checkout and checked over at
http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel/

regards,
-marc=

Bruno Dumon wrote:

<snip />

The same is true for the repeater widget:

<wd:repeater>
  <wd:field .../>
  <wd:field .../>
</wd:repeater>

becomes

<wd:repeater>
  <wd:widgets>
    <wd:field .../>
    <wd:field .../>
  <wd:widgets>
</wd:repeater>

The aggregatefield widget had already a container tag, but it was called
wd:children. It should now be renamed to wd:widgets.


-- Marc Portier http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center Read my weblog at http://radio.weblogs.com/0116284/ [EMAIL PROTECTED] [EMAIL PROTECTED]


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



Reply via email to