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

Reply via email to