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/25 11:29:13 UTC

[woody] WoodyTemplateTranformer now requires a wt:form-template element

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
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