try adding .toString() at the end.... not sure, but that might so the trick.

Andrew
On 30 Nov 2004, at 09:42, David Merrilees wrote:

I'm having trouble retrieving a cookie value in flowscript. I have a
cookie set with the value 'true'. When I retrieve the value using
flowscript I receive the error:

true is not a function.

org.apache.avalon.framework.CascadingRuntimeException: true is not a
function.


My flowscript:

function contact() {
var test = cocoon.request.getCookies()[0].value()
cocoon.sendPage( "test.jx", { "test" : test } );
}

Any ideas?

David Merrilees


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


<<inline: beya-email.gif>>


�+The home of urban music
+ http://www.beyarecords.com

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

Reply via email to