In Cocoon-1.8.2, I can handle parameters to XML
as follows:
http://b.c/Q/zzz.xml?color=red
and I can recover the value of 'color' in zzz.xml with:
<xsp:logic>
String colorParameter = request.getParameter("color");
</xsp:logic>
But I have tried to duplicate the above with numerous incantations
of sitemap (under cocoon/mount/MyProject) with no luck.
How can I handle the above in Cocoon 2?
(Windows XP, Apache 2, Tomcat 4.1.12(JK2:ajp13), Cocoon-2.0.3)
Dave Biggar
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>