Hello Colin, Check that you have cocoon-forms-block.jar in WEB-INF/lib directory. If it is so add the following line <map:transformer logger="forms" name="forms" src="org.apache.cocoon.forms.transformation.FormsTemplateTransformer"/> to map:sitemap/map:components/map:transformers path of your sitemap.xmap
Wednesday, June 30, 2004, 12:15:30 PM, you wrote: > In my local.blocks.properties, I have excluded all the unstable blocks > except forms. > In my local.build.properties, I have excluded samples. > Now, when I test this build, with a sitemap pipeline entry > including an entry: > <map:transform type="forms"/> > this doesn't cause a problem (I wouldn't expect it to). > But when I build cocoon.war and eploy that onto my live system, > accessing this sitemap causes an error message to the effect that > there is not transformer of type="forms". > This is cocoon 2.1.5. > Is there something else I have to set to get this into the war? Where > is it supposed to exist? -- Best regards, Peter Velychko [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
