标签:struts2.0
今天碰到个解决不了的struts2的错误–神奇的问题
页面: //页面是用<s:from>表单做的 <td><input type=”button” value=”修改” id=”updataUser”/></td> //指定id用来点击修改 <td><input type……
11-13 立刻查看
struts2+hibernate3,HTTP Status 500 – Cannot open connection
public class ShowAllAction extends ActionSupport{ public String execute() throws Exception{ ProductService ps = ServiceFactory.getServiceInstance(); List<Product&g……
11-12 立刻查看
Struts2实现RequestAware接口页面输出失败
最近学习Struts的几个获取页面属性的接口,发现使用RequestAware接口会使页面简洁很多,但是在实现过程中发现获取了request值但是页面输出失败。 这是实现各个接口的BaseAction public class BaseAction extends ActionSupport implements ServletContextAw……
10-17 立刻查看