Hi all,
Specially for those working on cvs-head
I just did a commit on the woody-binding stuff that introduces an attribute @direction on each binding element.
The value of the attribute should be one of 'both'(default), 'load' or 'save' and naturally indicates which binding-directions are active on the given binding-elements.
Important thing to note is that two bindings: wb:value and wb:javascript already had some @readonly setting that is now no longer supported.
After doing an update you will need to change your binding files so the possible use of @readonly="true" on these elements gets replaced by @direction="load"
Haven't checked if it's already done, but it would be good to raise an error if the "read-only" attribute is present, so that users are forced to upgrade to the new syntax.
Sylvain
-- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } Orixo, the opensource XML business alliance - http://www.orixo.com
