From: Jeremy Quinn > On Wednesday, August 13, 2003, at 12:47 PM, Reinhard P�tz wrote: > > > Jeremy, > > > > I've never tried it but if I understood Chris correctly you can call > > the > > method > > > > form.populate( cocoon.request); > > > > in your flow, and object of the type > > org.apache.cocoon.environment.Request is available in your > java class > > I tried that, and got this error: > "file:/Library/Tomcat/webapps/cocoon/editor/flow/Editor.js", line 189: > Cannot convert > org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon$FOM_Request@
> a14cd1 to org.apache.cocoon.environment.Request In the archives I found this: http://marc.theaimsgroup.com/?t=105977266100004&r=1&w=2 and this should do it: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=105977306309620&w=2 Cheers, Reinhard
