- 浏览: 4488 次
最近访客 更多访客>>
最新评论
-
passren:
哦,看的不仔细!:(
Webwork的Action中使用了execAndWait拦截器,取不到Session了! -
robbin:
这个拦截器的文档里面强调了这个问题,你得仔细看看
Webwork的Action中使用了execAndWait拦截器,取不到Session了! -
passren:
public final static String eval ...
实现eXtremeComponents的AutoGenerateColumns时遇到的问题! -
fins:
ectable是通过TagUtils.evaluateExpr ...
实现eXtremeComponents的AutoGenerateColumns时遇到的问题! -
passren:
看了extremTable的源码知道了,这样setValue不 ...
实现eXtremeComponents的AutoGenerateColumns时遇到的问题!
文章列表
<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>
使用了这个拦截器后,在T ...
我的系统中有这样两个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 c ...