Bertrand Delacretaz schrieb:

> Le 21 févr. 06 à 14:57, Angelo Immediata a écrit :
>
>> ...var bizData = {
>>
>> name : "test",
>> id : "identifier"
>> }
>>
>> cocoon.sendPage("test.jx", bizData);..
>
>
> Should be
>
> cocoon.sendPage("test.jx", { "bizData" : bizData} );
>
> -Bertrand

Sure ? if I get this correctly, it is equivalent to

cocoon.sendPage("test.jx", { name : "test", id : "identifier" } );

so it should work as well ..

Angelo, how does your "test.jx" file look like ? what do you mean by
"internal-only resource" ? how does the pipeline look like ?

Johannes

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

Reply via email to