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 [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
