E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Strust2
由
Strust2
session过期引起的问题
ServletActionContext.getRequest().getSession( false ) 如果获取不到session则返回null ServletActionContext.getRequest().getSession( ) 等同于 ServletActionContext.getRequest().getSession(true ) 如果没获取到se
love398146779
·
2011-09-09 16:00
session
Strust2
.1以上版本配置
今天晚上弄了一个晚上的Struts2配置,把我烦死了,以前用的是
Strust2
.1以下的版本,配置都没问题,今天换了一个Struts2.2版本的,但是一启动Tomcat报一大推错误,我找了一个晚上,最后发现在
cheng330301560
·
2011-09-03 00:00
strust2
strust2
的一个拦截器
自定义拦截器 import com.cjy.entity.BgUser; import com.opensymphony.xwork2.ActionContext; import com.opensymphony.xwork2.ActionInvocation; import com.opensymphony.xwork2.interceptor.AbstractIntercept
slip_123
·
2011-08-29 17:00
strust2
detached entity passed to persist
JPA持久化问题描述:使用spring+
strust2
配置,第一次新增成功,第二次新增抛异常HTTPStatus500-typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror
moliqin
·
2011-08-28 10:00
spring
exception
bean
input
action
nested
strust2
+No+tag+"datetimepicker"+defined+解决方法
环境:Struts2.1.6+spring+hibernate错误提示:org.apache.jasper.JasperException:/struts2/index.jsp(16,3)Notag"datetimepicker"definedintaglibraryimportedwithprefix"s"原因:struts2.1.6把struts2.0中的和ajax相关的,如datetime
ahwr24
·
2011-08-24 17:00
html
Ajax
struts
tree
dojo
library
一个超简单的
Strust2
例子---Struts2学习笔记(1)
一个非常及其简单的Struts2例子,未使用struts2的标签,验证框架,甚至也没有Form表单提交,只实现在地址栏内输入一个Struts2的action地址,然后跳转到项目首页。使用Struts2.2.3+tomcat6 步骤如下: 1.下载Struts2.2.3 jar包; 可到官方网站下 地址: http://struts.apache.org/2.2.3/index.htm
孤星119
·
2011-08-24 14:00
struts2
一个超简单的
Strust2
例子---Struts2学习笔记(1)
一个非常及其简单的Struts2例子,未使用struts2的标签,验证框架,甚至也没有Form表单提交,只实现在地址栏内输入一个Struts2的action地址,然后跳转到项目首页。使用Struts2.2.3+tomcat6 步骤如下: 1.下载Struts2.2.3 jar包; 可到官方网站下 地址: http://struts.apache.org/2.2.3/index.htm
孤星119
·
2011-08-24 14:00
struts2
Strust2
一些标签的使用
Html代码 field1 field2 .... OR .... Example1:displayallfielderrorsExample2:displayfie
ahwr24
·
2011-08-18 14:00
一个平台是这样写的
hhxx_login.do"; </script> </head> <body> </body> 2、
strust2
slip_123
·
2011-08-16 09:00
平台
strust2
-json-struts2jsonresult0.99.jar
这个json的插件不是apache那个,这是它的地址http://code.google.com/p/struts2jsonresult/ 使用方式和apache的差不多,这里讲讲在action的使用 1. @Result(name = ActionSupport.SUCCESS, type = "json",params={"
linjia880714
·
2011-08-09 15:00
struts
strust2
.xml详解
STRUTS2.XML详解
ahwr24
·
2011-08-09 14:00
xml
struts
Class
扩展
action
include
struts2——国际化实例
有一段时间没有看
strust2
的国际化了,今天突然想起来做了以下!发现都快忘记了,以便再次忘记就在这里做一个日记同时也给大家分享一下! 首先建一个strut2的项目这就不多说!
wawa129
·
2011-08-03 11:00
struts2
apache tiles的点滴
tiles官方网站:http://tiles.apache.org/framework/index.html
strust2
plugin插件与tiles整合: http://struts.apache.org
mozhenghua
·
2011-08-03 11:00
apache
页面传输Json对象至Action(
Strust2
)
1.struts配置,添加拦截器 2页面/js/jquery-1.6.2.js">/js/ext-base.js">/js/ext-all.js"> varjsonText="{'name':'Jack1','age':'10','person':{'name':'Jack2','age':'20'
moliqin
·
2011-07-21 18:00
json
function
struts
action
Path
dependencies
简单的helloWorld程序
简单的helloWorld程序1、新建一个Web工程
strust2
.0Demo2、把struts2.0的jar包导入工程、 3、编写配置文件web.xml 即配好过滤器的映射文件struts2org.apache.struts2
xyc1025126
·
2011-07-19 00:00
helloworld
struts2.0搭建环境
一、搭建环境:1、新建一个Web工程
strust2
.0Demo2、把struts2.0的jar包导入工程 3、编写配置文件web.xml 即配好过滤器的映射文件 struts2 org.apache.struts2
xyc1025126
·
2011-07-18 23:00
struts2
WebSphere(WAS)部署struts2程序Action找不到的解决办法
在部署
Strust2
+spring+ibatis 项目到WebSphere 6.1.0.17时所有struts2的程序找不到Action的情况, 解决方法如下:找到 控制台>服务器
yanghuidang
·
2011-06-25 23:00
websphere
spring与struts2、hibernate的集成
一、spring 与struts2的集成 spring与struts2集成有多种方式,这里只介绍简单的通过插件(
strust2
-spring-plugin.jar)进行集成  
yosong
·
2011-06-24 17:00
spring
AOP
Hibernate
bean
配置管理
[学习][Java] Struts2 与页面传值
先执行action处理好类里面的变量,然后通过
Strust2
的标签来获得action类里面变量的值。HelloWorld!在action的类里面有一个message的变量。
format
·
2011-06-09 13:00
strust2
.1以上版本需要的包
运行struts2时遇到:错误 "Dispatcher initialization failed java.lang.RuntimeException: java.lang.reflect.InvocationTargetException” 处理方法: 1、核对lib包 commons-fileupload-1.2.1.jar, commons-io-1.3.2.ja
tangys
·
2011-05-19 15:00
apache
xml
freemarker
Web
struts
struts2文件上传及原理
我们知识
Strust2
中大部分的功能都是通过拦截器实现的,当然,这里的文件上传也不例外。同样也是也采用拦截器来支持的。
daochaofan
·
2011-05-11 11:42
struts2文件上传及原理
我们知识
Strust2
中大部分的功能都是通过拦截器实现的,当然,这里的文件上传也不例外。同样也是也采用拦截器来支持的。
rentianchou
·
2011-05-11 11:00
apache
jsp
struts
MyEclipse
Excel
strust2
拦截器处理Session超时
当用户登陆后,session超时后则返回到登陆页面重新登陆。 为了方便测试,修改session的有效时间 <session-config> <session-timeout>1</session-timeout> </session-config> 自己定义一个拦截器 pack
dreamkyh
·
2011-04-18 16:00
apache
jsp
xml
struts
sun
Strust2
框架中的问题备忘录
Strust2
internal Container 如何将spring容器中的bean注入到静态类中的?
mozhenghua
·
2011-04-17 00:00
spring
bean
strust2
-result chain
废话不多说直接上代码先 public class Test1Action extends ActionSupport{ private String message; @Action("test1") public String test1() { System.out.println(message); re
linjia880714
·
2011-04-13 21:00
strust2
chain
Struts2--result配置的各种视图转发类型
Strust2
中的几种视图转发类型: 1. dispatcher:服务器端跳转到页面,通常来处理JSP,默认类型。
在水伊方
·
2011-04-10 18:00
jsp
xml
Web
struts
浏览器
Liferay下的Jsp获取portletSession的内容
在默认的Jsp页面是不提供portletSession这个变量的,只提供标准的session变量假设在Struts2的Action里已设置了Session变量,那在Jsp页面如何如何获取session的值
Strust2
Action
moliqin
·
2011-04-08 11:00
jsp
session
struts
action
import
portlet
Strust2
控制重复提交的疑问
网上看到两种观点: 1,配置拦截器后,所有的请求必须经过token Interceptor,token Interceptor作用就是纪录所有已经提交的token,发现重复之后跳转到指定页面 参考:http://blog.csdn.net/mzyp/archive/2009/07/15/4350512.aspx 2,配置拦截器后,创建表单时,会生成一个strust.token隐藏阈,同时se
banfry
·
2011-03-23 22:00
.net
Blog
strust2
防止重复提交
在请求表单中添加<s:token></s:token> 然后在struts.xml文件中添加配置信息 <action name="register" class="com.dimeng.member.baseinfo.action.MemberAction" method="register">&n
fengyong0912
·
2011-03-15 10:00
xml
jsp
struts
Strust2
JSP向Action传参数
JSP页面 location.href="http://localhost:8080/../xx.action?key=value" Action ActionContext ctx = ActionContext.getContext(); HttpServletRequest request = (HttpServletRequest) ctx.
yanzhihong23
·
2011-03-09 11:00
java
jsp
strust2
标记
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@page import="com.rao.struts2.bean.Sex&qu
sunxin1001
·
2011-03-02 17:00
jsp
bean
css
cache
struts
由
Strust2
session过期引起的问题
ServletActionContext.getRequest().getSession(false)如果获取不到session则返回nullServletActionContext.getRequest().getSession( )等同于ServletActionContext.getRequest().getSession(true )如果没获取到session则会自动产生一个新的sessi
moliqin
·
2011-02-22 17:00
session
Strust2
internal Container
使用Struts作为mvc模式框架,需要在web.xml 文件中申明org.apache.struts2.dispatcher.FilterDispatcher 这个拦截器作为dispatcher来使用。 <filter> <filter-name>struts2</filter-na
mozhenghua
·
2011-02-10 16:00
apache
Web
mvc
框架
struts
Ejb中jar war ear的理解和Local和remote的理解(一)
这半年来公司一直在用EJB3+
strust2
+JPA进行开发...使用Jboss作为服务器的分布式开发。
dtfy56924
·
2011-01-28 15:00
bean
MyEclipse
jboss
ejb
企业应用
基于Annotation的
Strust2
,Spring,Hibernate的整合,利用Struts2 convention插件
在这里,我主要讲解怎么利用Struts2 convention插件的加入后怎么处理和spring的整合。 首先创建实体类,Customer @Entity public class Customer implements Serializable { private static final long serialVersionUID = 6961371108792430359L
clongjava
·
2011-01-20 18:00
java
DAO
spring
Hibernate
jsp
Flex HttpService中乱码的解决
文章分类:Flash编程 Flex与
Strust2
的交互中,乱码问题很是头痛,网上的解决方法也不系统,花了很长时间才解决~~~ Flex->Action 在flex
allen413
·
2011-01-06 15:00
编程
xml
servlet
Flex
Flash
redirectAction新旧版配置的区别-
Strust2
旧版 <action name="uploadActionDo" class="FileUploadAction" method="actionDo">  
babydavic
·
2011-01-04 23:00
redirectAction
redirectAction新旧版配置的区别-
Strust2
旧版 uploadOk / ${result} 新版 uploadOk?result=${result}
babydavic
·
2011-01-01 21:00
Class
action
redirectAction新旧版配置的区别-
Strust2
旧版 <action name="uploadActionDo" class="FileUploadAction" method="actionDo"> <result type="redirectAction" name="success"> <param nam
xitong
·
2011-01-01 21:00
redirectAction
strust2
中的OGNL
struts2支持多种表达式语言,如:jstl、OGNL等常用表达式。但它默认的还是OGNL。从网上收集了下资料,做个学习笔记。(首先向资料的原创作者致谢!因为下面的内容有部分引用,例如:http://www.blogjava.net/max/archive/2007/04/28/114417.html)一、什么是OGNL,有什么特点?OGNL(Object-GraphNavigationLang
suddenlychen
·
2010-12-22 12:00
JavaScript
.net
struts
Strust2
的json插件
最近在研究前端的交互部分,涉及到Struts2中使用json插件,总结下近日来看的一些材料和一些理解。以下这段摘自网上:Json是一种轻量级的数据交换格式,JSon插件提供了一种名为json的ActionResultType。一旦为Action指定了该结果处理类型,JSON插件就会自动将Action里的数据序列化成JSON格式的数据,并返回给客户端物理视图的JavaScript。简单的说,JSON
zdwzzu2006
·
2010-12-17 11:00
struts2和Iframe的问题
Strust2
标签绑定checkboxlist 1、<s:checkboxlist id="index1" name="finance.index1"
lsf171028
·
2010-12-16 17:00
struts2
strust2
2.0.4版本中验证返回类型为chain时执行action配置
struts2 2.0.4中 修改defaultStack,将chain拦截器放到最后 <interceptor-ref name="exception"/> <interceptor-ref name="alias"/> <interceptor-
ghl116
·
2010-12-12 20:00
workflow
dojo
rapid-framework
web项目脚手架¶rapid-framework是一个以spring为核心的项目脚手架(或者称为胶水框架),框架将各个零散的框架(struts,
strust2
,springmvc,hibernate,ibatis
cannysquirrel
·
2010-11-20 17:00
struts2国际化
有一段时间没有看
strust2
的国际化了,今天突然想起来做了以下!发现都快忘记了,以便再次忘记就在这里做一个日记同时也给大家分享一下! 首先建一个strut2的项目这就不多说!
498320858
·
2010-11-16 20:00
java
spring
jsp
struts
项目管理
struts2中的拦截器
一、概述
strust2
中的拦截器 拦截器是Struts2框架的核心,它主要完成解析请求参数、将请求参数赋值给Action属性、执行数据校验
ryxxlong
·
2010-11-12 16:00
框架
xml
jsp
Web
struts
struts2中的拦截器
一、概述
strust2
中的拦截器 拦截器是Struts2框架的核心,它主要完成解析请求参数、将请求参数赋值给Action属性、执行数据校验
ryxxlong
·
2010-11-12 16:00
Web
框架
xml
jsp
struts
struts2中的拦截器
一、概述
strust2
中的拦截器 拦截器是Struts2框架的核心,它主要完成解析请求参数、将请求参数赋值给Action属性、执行数据校验
ryxxlong
·
2010-11-12 16:00
jsp
Web
框架
xml
struts
初学
Strust2
.2.1经常会抛的异常
严重: Dispatcher initialization failed java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 处理方法: 1、核对lib包 commons-fileupload-1.2.1.jar, commons-io-1.3.2.jar commons-logging-
fnasty
·
2010-09-29 21:00
apache
freemarker
Web
xml
struts
struts2空指针异常
struts.devMode" value="true"/> 设置为true时,启动tomcat出现以下问题: 空指针异常,
strust2
ylinn
·
2010-09-24 11:00
tomcat
xml
struts
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他