Hi, In this document https://cwiki.apache.org/WW/application-session-request-objects-in-jsp.html
<s:property value="#application\['foo'\]"/> <s:property value="#session\['baz'\]"/> That is not work But <s:property value="#application['foo']"/> <s:property value="#session['baz']"/> and this <s:property value="#application.foo"/> <s:property value="#session.baz"/> are work. I think the doc need to update.