On Wednesday 07 January 2004 17:04, Antonio Gallardo wrote:
> No answer :-(

> > cocoon.sendPage("nextPage", {"anIntegerId": anIntegerId);

I'm no expert (just started using cocoon last week) but reading woody2.js, it 
appears you should be able to

var bizData = 
cocoon.request.getAttribute(Packages.org.apache.cocoon.components.flow.FlowHelper.CONTEXT_OBJECT);

var anItegerId =  bizData["anIntegerId"];
                
I wanted to get bizData in an Action so I had to do some "digging".

Jim


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

Reply via email to