You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Bruno Dumon <br...@outerthought.org> on 2003/07/28 18:05:29 UTC

[woody] important change with selection-lists

Hi,

just a quick note for Woody-users: I made a change related to how
selection-lists are handled: they are now not any longer a property of a
datatype but of a widget. This implies that the way they are defined in
the form definition file also changes.

Where before you had:
<wd:datatype ...>
  <wd:selection-list ... >
</wd:datatype>

you should now put the selection list outside of the datatype:
<wd:datatype ...>
</wd:datatype>
<wd:selection-list ... >

Feature-wise, this change enables changing selection lists on a widgets
programmatically; for an example see the new "carselector" example
included with Woody.

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
bruno@outerthought.org                          bruno@apache.org


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