Derek Hohls wrote:

does what you have suggested imply there is
a de-facto "cocoon session" that already exists


Yes. If you use cocoon.session.setAttribute('foo') and not already a session exists, a new one would be created automatically.

And.. does this approach work for array variables as well? (I guess if it's an object, then yes??)


Yes, it sould work with arrays of primitive (eg. int[]) type, too.

Regards

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



Reply via email to