FOM_Cocoon has Java methods to get the Request, Response, Session, and Context, and ComponentManager.
-----Original Message----- From: Ugo Cei [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 2:17 PM To: [EMAIL PROTECTED] Subject: Getting an X from a FOM_X I need to call a Java method from the flowscript that takes an org.apache.cocoon.environment.Request as a parameter. But in the flowscript, I only have cocoon.request which is a FOM_Request that wraps an o.a.c.e.Request. How do I get the latter from the former? In general, how do I get a {Request,Response,Session,Cookie} from a FOM_{Request,Response,Session,Cookie} ? Thanks in Advance, Ugo
