How do I, with Webwork2, put a value
into the request in an action class and then get it in a JSP page? I managed to do it with session but not with request: Action: ActionContext.getContext().getSession().put("sessionObject",
"sessionObject"); JSP: sessionObject = <ww:property
value="#session.sessionObject"
/><BR> Regards Peter |