I see, and then in my generator declaration i would do
<map:generate ...>
   <map parameter name="data" value="{flow-attribute:dataobject}">
?

Is the flow-attribute held in request scope? This data might/will get overwritten with concurrent requests from the same client, which is very possible in my application.

I guess the FlowHelper syntax equivalent is
Object bean = FlowHelper.getContextObject(objectModel) , but i have the same remark here : is the variable stored request-local ?


Thanks
Jorg

Upayavira wrote:
Or use the FlowHelper class.

Regards, Upayavira

Arsen A. Gutsal wrote:

{flow-attribute:dataobject}


On Mon, 2005-04-18 at 16:22 +0200, Jorg Heymans wrote:

I would like to do the following

cocoon.sendPage("streamdata", {"dataobject" , data} );

and then in the generator setup() of the streamdata pipeline somehow grab this "dataObject" object.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to