Hello,
Could you tell me what's the status of template.jx?
Can I use it with v1 Form.js? v2?
For a first look (and first tests) it can be used with v1:
e.i. in macro form-template is:
<jx:set var="context_widget_" value="#{.}"/>
but should be:
<jx:set var="context_widget_" value="#{CooconFormsInstance}"/>
because in Form.js (in showForm function) is:
bizData[Packages.org.apache.cocoon.forms.transformation.FormsPipelineConfig.CFORMSKEY]
= this.form;
Later unwrap() function is used on Java objects...
Well... something's wrong. Is this file totally updated or
only for other version of Form.js?
regards,
--
Michal Stochmialek <[EMAIL PROTECTED]>