
struts
yyys8517750
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
struts2 <s:Text />标签
text加载资源文件里的内容 applicationResources.properties 里:chekc_error=约束错误 chekc_set=true <s:text name="chekc_error"/> 显示:约束错误 <s:if test="getText('chekc_set‘)==true'"> 约束开...原创 2013-06-15 14:01:03 · 215 阅读 · 0 评论 -
token防止重复提交
简单的防止重复提交,没用拦截器配置 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@taglib uri="/struts-tags" prefix="s"%> <!DOCTYPE ht原创 2013-06-13 18:23:04 · 218 阅读 · 0 评论