How can I access the members of a bean that is stored in the session?

In an action I did something like:
session.setAttribute("usr",myBean);

And now I am trying to access the members of the bean in a JXTemplate view.
I tried $(session.usr.lastname} and #{session/usr/lastname}.

All documentation I found is the Petstore example and the java source of the
generator. Did I miss something?

Thanks.

Hugo Burm


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

Reply via email to