代码是没有问题的,jsp页面也没有问题,配置文件也没有问题,我使用request.getParameter("username");方法就可能成功取出表单里面的值,但是我一使用javabean取里面的值的时候就报错了,javabean里面对应的值也没有写错,太困惑了!
这是console里面的一句提示,估计是这里出现了问题,求解怎么解决
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
八月 31, 2015 7:07:08 下午 org.apache.catalina.startup.HostConfig deployDirectory
这是报错截图
