You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Ugo Cei <u....@cbim.it> on 2003/08/01 23:16:38 UTC

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