Tiles Struts /EL Expressions
问题 I’m using Struts 2.2.3 with Tiles 2.1.4. It works absolutely fine, but now I’m trying to use EL expressions, and I can’t get it to work. In Struts2 I can use <s:property value="${getText('Dashboard.label')}"/> and it retrieves the message from a bundle. I’d like to use the same on the Tiles Definition. So far I’ve added the context-param to the web.xml <context-param> <param-name>org.apache.tiles.evaluator.AttributeEvaluator</param-name> <param-value>org.apache.tiles.evaluator.el