|
Hi,
We are using FormsTemplateTransformer.
The sitemap contains the following entries: -
<map:transformer name="forms" src="" logger="woody"/>
</map:pipeline>
<map:match pattern="Test"> <map:call function="test" /> </map:match>
<map:match pattern="forms/*-def.xml"> <map:generate src="" /> <map:serialize type="xml" /> </map:match>
<map:match pattern="forms/Test"> <map:generate src=""> <map:transform type="forms" /> <map:transform src="" /> <map:serialize/> </map:match>
</map:pipeline>
My flowscript contains the following code: -
function test() {
var form = new Form("forms/test-def.xml");
form.showForm("forms/Test");
}
We get the following error:-
Failed to execute pipeline.
org.apache.cocoon.ProcessingException: Failed to execute pipeline.: org.apache.cocoon.ProcessingException: Attempted to process incomplete pipeline.
cause: org.apache.cocoon.ProcessingException: Attempted to process incomplete pipeline.
Can anybody point out what could be the problem. The sitemap entries are pretty simple and the flow seems to be fine.
Regards Anand Vasudevan, Project Engineer, Wipro Technologies, Bangalore. (91-80-8520408 Extn - 2069 Cell - 98860 89101 “Work fascinates me......I can look at it for hours"
|
- Re: Forms Template Transformer anand.vasudevan
- Re: Forms Template Transformer Joerg Heinicke
- Re: Forms Template Transformer Markx . Johnson
