Hi
Thanks for reply..
{session-attr:lala} works fine
But next problem is if there is an Object in session like User bean i cannot
get its' properties using
{session-attr: user.userName}
How can I achieve this?
Thanks.."Leszek Gawron" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ilja Smoli wrote: > > Hi > > For some reason I can not access to my session attributes from sitemap > > pipeline. > > > > I have in my flow script: > > cocoon.session.setAttribute("lala", "blah blah"); > > > > In pipeline {session:lala} doesn't work, for the same time for eg. > > {session:id} works fine. > isn't the default module name session-attr? > > try {session-attr:lala} > > > > > I can get lala in flow and xml as well: > > In flow: cocoon.session.lala - works fine > > In xml doc: ${cocoon.session.lala} - works fine > > Im stuck.. > > thx in advance > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- > Leszek Gawron [EMAIL PROTECTED] > Project Manager MobileBox sp. z o.o. > +48 (61) 855 06 67 http://www.mobilebox.pl > mobile: +48 (501) 720 812 fax: +48 (61) 853 29 65 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
