在strut.xml 中使用ognl
在struts.xml 中使用ognl有两种方面的需求:1. 在action执行时从struts.xml中读取param标签中的值,然后调用标签name属性相应的set方法对action中的变量赋值。2. 在action执行完execute(或其他方法)后,struts.xml通过param变量读取action中或其他对象(例如request,session等)的属性值并执行一些计算。...