<action name="Test" class="org.Test">
<result name="success">/web/test.jsp</result>
<result name="wait">/common/waiting.jsp</result>
<interceptor-ref name="execAndWait"/>
</action>
使用了这个拦截器后,在Test的Action中就取不到session了,有什么方法可以解决了?
我的系统中有这样两个JavaBean:
public class Finance extends BaseObject {
private String uniqueId;
private String id;
private String name;
private Map attributes = new TreeMap();
//get/set property
}
public class Attribute extends BaseObject {
private String id;
private String ...
- 浏览: 2511 次

- 详细资料
搜索本博客
最新评论
-
Webwork的Action中使用了 ...
哦,看的不仔细!:(
-- by passren -
Webwork的Action中使用了 ...
这个拦截器的文档里面强调了这个问题,你得仔细看看
-- by robbin -
实现eXtremeComponents的 ...
public final static String evaluateExpre ...
-- by passren -
实现eXtremeComponents的 ...
ectable是通过TagUtils.evaluateExpressionAsS ...
-- by fins -
实现eXtremeComponents的 ...
看了extremTable的源码知道了,这样setValue不行,它不能解析EL ...
-- by passren






评论排行榜