Hi all.
I'm using cocoon 2.1.7. I have noticed a strain thing in the cocoon.sendPage 
method in a flowscript.
If i have an internal-only resource (i.e. let's call it "test.jx") it seems to 
me that if in the flow script i do a similar thing:

var bizData = {

name : "test",
id : "identifier"
}

cocoon.sendPage("test.jx", bizData);

the bizData cannot be read in the jx page.....In fact i was not able to read 
bizData in the test.jx page.
I have tried, then, to remove the test.jx page from the internal-only resources 
and, by changing nothing in my code, the bizData can be read.
This causes to me that sometimes i'm forced to put in session some variables 
that i must read in the jx page.
Is this a bug or a desired feature?
Thanks to all.
Angelo


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

Reply via email to