Hi all,
I'm really sailing against the wind today. Can't get the simple things to
work. I thought that calling this line in my action

        ServletActionContext.getContext().getSession().put("newPage_pageToClone",
pageToClone);

and this in my template

        <ww:property value="@newPage_pageToClone.toString()"/>

is the technique for accessing session objects in jsp. Doesn't work. The
first line happens in newPage.action, which is chained to browse.action.
What's wrong?

Hope someone can help fill my sails,

-Robert



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to