Hi, Have you added the "forms" transformer in your pipeline? The default name is "forms", but you should check your sitemap or root sitemap for the correct name. Basically your pipeline would look like:
Generator type="jx" src="mytemplate.jx" Transformer type="forms" Transformer src="myNiftyXSLSheet" Transfomer src="forms-samples-styling" (*) Serialize type="html" (*) to translate fi: into proper HTML widgets, in case you haven't done that in your 'myNifteXSLSheet' HTH Bye, Helma > -----Original Message----- > From: Paul Joseph [mailto:[EMAIL PROTECTED] > Sent: Saturday, 23 October 2004 15:38 > To: Cocoon Users > Subject: JXTemplateGenerator and CForms > > > Hi, > > I am trying to use the JXTemplateGenerator with CForms > (Cocoon 2.1.5.1) in order to conditionally display > widgets. > > From the following URL: > http://cocoon.apache.org/2.1/userdocs/forms/templategenerator.html > > I understand that this should be possible as it says: > > <quote> > The same "ft:" tags as provided by the template > transformer are also available as macros for the > JXTemplate generator. > </quote> > > However when I try this, > (JXTemplateGenerator->XSLT->Serialise), I get > complaints that the ft: tags are not bound.... > > Question: Is it possible to use JXTemplateGenerator > combinded with CForms to conditionally diplay > widgets...and, when using the > JXTemplateGenerator->XSLT->Serialise > approach, how does one bind the CForm widgets? > > thx > Paul > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
