As a "flow newbie" I have been trying to recreate
and run this tutorial from:
http://cocoon.apache.org/2.1/userdocs/flow/tutor.html
I have changed the sitemap here:
<!-- use JXtemplate to generate page content -->
<map:match pattern="*.jxt">
<map:generate type="jx" src="documents/{1}.jxt"/>
<map:serialize type="xhtml"/>
</map:match>
(used to be .jx)
and the flowscript to also refer to "success.jxt" and "guess.jxt"
But I get the following error:
org.apache.cocoon.ProcessingException:
No function nor continuation given in <map:call function> at
file:/D:/tomcat/webapps/cocoon21/game/sitemap.xmap:53:37
What could be the possible cause/s?
Thanks
Derek
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]