Hi Andre,

You are right.

I can able to get the session object in flow.js
like this

cocoon.session.getAttribute("key");

And i tried with form object,which i got in java bean class

final Form form=event.getSourceWidget().getForm();
String test=form.getAttribute("key").toString();

What is the life time of this form attribute??

Regards,
Aashik.
-- 
View this message in context: 
http://www.nabble.com/How-to-get-the-session-attribute-in-bean-tp20089416p20128207.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.


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

Reply via email to