struts2 dojo plugin的配置问题

1.将struts2-dojo-plugin放到WEB-INF/lib目录

2.在需要使用ajax标签的页面要加入标签库声明

<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> 

3.在页面加入<sx:head/>标签

<head>
 <title>BankTrunk管理</title>
 <%@ include file="/common/meta.jsp" %>
 <link href="${ctx}/css/yui.css" mce_href="${ctx}/css/yui.css" type="text/css" rel="stylesheet"/>
 <link href="${ctx}/css/style.css" mce_href="${ctx}/css/style.css" type="text/css" rel="stylesheet"/>
 <link href="${ctx}/js/validate/jquery.validate.css" mce_href="${ctx}/js/validate/jquery.validate.css" type="text/css" rel="stylesheet"/>
 <mce:script src="${ctx}/js/jquery.js" mce_src="${ctx}/js/jquery.js" type="text/javascript"></mce:script> 
<sx:head/> 
</head> 

4.如果你的项目没有将所有请求都映射到struts2的过滤器的话,需要加入下面的配置,否则会出现"dojo为定义"的错误

<filter-mapping>
 <filter-name>struts2Filter</filter-name>
 <url-pattern>/struts/*</url-pattern>
</filter-mapping> 

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值