Category Archives: Struts2

Struts2 Action Result types

Dispatcher (Default Type)底层采用ServletRequ … 继续阅读

发表在 Struts2 | 留下评论

Struts2 中OGNL的#,$,%,?,^

1.我们可以通过前置#变量名来访问OGNL的Context Map。   Con … 继续阅读

发表在 Struts2 | 留下评论

provider org.apache.xalan.processor.TransformerFactoryImpl not found

SEVERE: Exception starting filter struts … 继续阅读

发表在 Struts2 | 留下评论

struts2:

   不带任何属性的<s:property> 标签 会将ValueS … 继续阅读

发表在 Struts2 | 留下评论

Java Tips: 将Exception的stacktrace信息转成字符串

StringWriter sw = new StringWriter();Pri … 继续阅读

发表在 Struts2 | 留下评论

struts2: Action中获得Servlet相关的对象

   如果我们需要在Action中引用例如,HttpServletRequest … 继续阅读

发表在 Struts2 | 留下评论

Struts2: ognl.OgnlException: target is null for setProperty

   郁闷,遇到这个问题。    在form field中通过obj.propN … 继续阅读

发表在 Struts2 | 留下评论

Struts2: 动态重新加载配置文件(Reloading Configuration)

   struts2允许动态加载xml配置文件,例如 actions.xml. … 继续阅读

发表在 Struts2 | 留下评论

为Struts2的内容先占个空~~

                                         … 继续阅读

发表在 Struts2 | 留下评论