偶们爬北高峰时可谓是相当的敬业,嘿嘿,因为公司组织的时候总把奖品放在峰顶~这样一来,劲可足了~
我一直在关注你的blog,在这里学到了不少关于struts2的东西,可否写一下关于struts2和ext集成的例子,谢谢!
找不到action的问题解决方法:
出现这个问题最有可能就是DAO类有错误
写个DAO的测试类
public static void main(String[] args) {
String[] path = {"/WebRoot/WEB-INF/applicationContext.xml"};
ApplicationContext ctx = new FileSystemXmlApplicationContext(path);
UserDAO dao = (UserDAO) ctx.getBean("userDAO");
System.out.print(dao.isValidUser("uu","pp"));
很快可以找出错误的地方;
能不能发一个给我 谢谢了 我邮箱:yy.82618@yahoo.com.cn