I also modified the GarbageGenerator to use the FOM.
So because of the FOM you can't do this in a flow script anymore:
cocoon.request.sitemapURI
likewise in a Garbage view template you can no longer do this:
<page whatever="{$request/sitemapURI}">
in both cases because the FOM doesn't expose the "sitemapURI" property of the Request.
However the input modules give full access to the original Java Request object, so in the sitemap you can still do this:
<map:call function="whatever"> <map:parameter name="whatever" value="{request:sitemapURI}"/>
and pass it as a parameter to your flowscript, bypassing the FOM (!)
This seems inconsistent to me. What do others think?
Regards,
Chris