> Map session = (Map)ActionContext.getContext().get("session");
> String userName = String.valueOf(session.get("userName"));
Instead of this implement SessionAware interface [1]
> <s:iterator value="#eventList.round" status="rowstatus">
use value="eventList", # is not needed
[1] http://struts.apache.org/2.x/docs/servlet-config-interceptor.html
Regards
--
Lukasz
http://www.lenart.org.pl/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]