2005/5/2, Matthew Ceroni : > Quick question about CForms (since the example on cocoon.apache.org doesn't > seem complete). > > I am using Cocoon 2.1. > > The example on the website sets up the main pipeline as such. > > > > > > > > > > > > My question is, how does this pipeline know what model file to use. (since > it only specifies the template). I'm not quite sure but it seems logical to me. It's because when you call this pipeline from flowscript you have already created the form using the form definition : var form = new Form("my_definition.xml"); form.showForm("registration-display-pipeline"); And the link between both the definition and the template is maintained through that call to showForm. -- Sebastien ARBOGAST --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org