Hi list,
I started to experiment with the Cocoon 2.11 after a long while. I did some adjustment on the registration example.

I added this to the samples/blocks/forms/ sitemap:
<map:match pattern="registration.mika">
<map:generate src="forms/registration2.xml"/>
<map:serialize/>
</map:match>
and this modification to the registration.js
var form = new Form("registration.mika");

This is not working. Obviously this is trying to fetch a file with that name. java.io.FileNotFoundException: /home/tomcat/webapps/cocoon/samples/blocks/forms/registration.mika (No such file or directory)

How can I make this work with the pipelines?

I am trying to create forms based on data in database, anyway that is the ultimate goal. I found some examples how to use pipelines in flow script, but I haven't been able to get them work.


cheers,
- mika -


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to