For early woody adopters: I did some updates to the WoodyTemplateTransformer, and it now requires a wt:form-template element.
Where you previously just had a HTML <form> tag in your template, you should now replace that with a wt:form-template tag. This allows for some new features like using JXPath expressions in the action attribute (useful for retrieving the continuation id). There's now also a location attribute that allows to specify where the transformer should look for the form. I'll document this stuff in more detail on the wiki. Anyhow, the only thing you need to change to keep your existing forms working with the latest CVS is changing the plain <form> tag to a <wt:form-template> tag (it doesn't matter what attributes are on there, they will all be copied over). -- 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]
