- 浏览: 96172 次
- 性别:
- 来自: 西安
最新评论
文章列表
<%--显示所有的子类菜单 --%><j:forEach var="categoryInfo" items="${requestScope.categoryInfoList }" varStatus="status"><%--判断是否为第一个 --%><j:if test="${status.index==0}"><li class="first"><a href="#">${categoryInfo. ...
- 2013-07-25 14:47
- 浏览 494
- 评论(0)
在用jstl做jsp的时候报这个错误
严重: Servlet.service() for servlet DoIndex threw exceptionorg.apache.jasper.JasperException: <h3>Validation error messages from TagLibraryValidator for c in /index.jsp</h3><p>74: Empty var attribute in "j:forEach" tag.</p>at org.apache.jasper.comp ...
- 2013-07-25 14:47
- 浏览 954
- 评论(0)
今天遇到了这个问题
严重: Exception starting filter struts2Class: com.opensymphony.xwork2.spring.SpringObjectFactoryFile: SpringObjectFactory.javaMethod: getClassInstanceLine: 209 - com/opensymphony/xwork2/spring/SpringObjectFactory.java:209:-1at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:43 ...
- 2013-07-25 14:47
- 浏览 539
- 评论(0)
B页面
<script type="text/javas<wbr>cript" src="jquery/jquery-1.4.js"></script><br><script type="text/javas<wbr>cript" ><br>$(document).ready(function(){<br>$(":button").click(function(){&l ...
- 2013-07-25 14:47
- 浏览 404
- 评论(0)
B页面
<script type="text/javascript" src="jquery/jquery-1.4.js"></script><script type="text/javascript" >$(document).ready(function(){$(":button").click(function(){$.post("a.jsp",function(result){$("#div1").html(result);}); ...
- 2013-07-25 14:47
- 浏览 315
- 评论(0)
B页面
<script type="text/javascript" src="jquery/jquery-1.4.js"></script><script type="text/javascript">//文档就续函数$(document).ready(function(){//按钮的单击事件$(":button").click(function(){//使用get方法实现异步传输$.get("a.jsp",function(result){$(&qu ...
- 2013-07-25 14:47
- 浏览 298
- 评论(0)
A页面
<script type="text/javascript" src="jquery/jquery-1.4.js"></script><script type="text/javascript">$(document).ready(function(){$(":button").click(function(){$("#div1").load("a.jsp",function(){alert(222);});})})</sc ...
- 2013-07-25 14:47
- 浏览 195
- 评论(0)
<div id="header" class="wrap"><div id="logo"><img src="images/logo.gif" /></div><div class="help"><a href="#" class="shopping">购物车</a><a href="login.html">登录</a>< ...
- 2013-07-25 14:47
- 浏览 503
- 评论(0)
连接数据库的时候报了这个异常
Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException: ### Error opening session. Cause: java.sql.SQLException: No suitable driver found for jdbc:orcale:thin:@127.0.0.1:1521:orcl### Cause: java.sql.SQLException: No suitable driver found for jdbc:orcal ...
- 2013-07-25 14:46
- 浏览 822
- 评论(0)
SSH中使用查询的时候页面的参数包含中文
JAVAweb开发
传到Action中的时候打印为:JAVAweb?????? 这种样子
刚开始使用struts2 在struts.xml文件中配置常量
<!-- 解决中文乱码 --><constant name="struts.i18n.encoding" value="UTF-8"></constant>
运行后结果还是没有转码
解决办法 :
在Action中用 new String(str.getBytes("ISO8859_1"), ...
- 2013-07-25 14:46
- 浏览 363
- 评论(0)
SSH整合DWR报 Internal Server Error
如图所示
访问不到方法
刚开始网上找了很多可是还是没有找到解决的办法
因为整合的是SSH框架
之前的dwr.xml中书写
<create creator="spring" javascript="bookInfo"> <param name="class" value="com.dragon.biz.impl.BookInfoBizImpl"></param> </create>
...
- 2013-07-25 14:46
- 浏览 320
- 评论(0)
SSH整合DWR
使用这种方式
http://localhost:8080/Book/dwr/index.html
可以打开页面
但是如果点击方法进去的话就会报以下错误
报:
HTTP Status 404 - There is no Action mapped for namespace / and action name bookInfo.
-------------------------------------------------------------------------------------------------------------
如 ...
- 2013-07-25 14:46
- 浏览 356
- 评论(0)
连接数据库的时候报了这个异常
Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException: ### Error opening session. Cause: java.sql.SQLException: No suitable driver found for jdbc:orcale:thin:@127.0.0.1:1521:orcl### Cause: java.sql.SQLException: No suitable driver found for jdbc:orcal ...
- 2013-07-25 14:46
- 浏览 1678
- 评论(0)
SSH中使用查询的时候页面的参数包含中文
JAVAweb开发
传到Action中的时候打印为:JAVAweb?????? 这种样子
刚开始使用struts2 在struts.xml文件中配置常量
<!-- 解决中文乱码 --><constant name="struts.i18n.encoding" value="UTF-8"></constant>
运行后结果还是没有转码
解决办法 :
在Action中用 new String(str.getBytes("ISO8859_1"), ...
- 2013-07-25 14:46
- 浏览 450
- 评论(0)
SSH整合DWR报 Internal Server Error
如图所示
访问不到方法
刚开始网上找了很多可是还是没有找到解决的办法
因为整合的是SSH框架
之前的dwr.xml中书写
<create creator="spring" javascript="bookInfo"> <param name="class" value="com.dragon.biz.impl.BookInfoBizImpl"></param> </create>
...
- 2013-07-25 14:46
- 浏览 213
- 评论(0)