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
struts2.0
Struts2.0
Spring2.5 hibernate3.3 整合
基本没有错误,就是报个异常如下: 09:45:13,312 WARN OgnlUtil:369 - Caught OgnlException while setting property 'trim' on type 'com.opensymphony.xwork2.validator.validators.RequiredFieldValidator'. ognl.NoSuch
stevenjohn
·
2011-03-27 10:00
java
apache
thread
tomcat
360
struts1.x和
struts2.0
的区别
struts1与struts2本质区别 : 1 在Action实现类方面的对比:Struts 1要求Action类继承一个抽象基类;Struts 1的一个具体问题是使用抽象类编程而不是接口。Struts 2 Action类可以实现一个Action接口,也可以实现其他接口,使可选和定制的服务成为可能。Struts 2提供一个ActionSupport基类去实现常用的接口。即使Action接口不是必
xiashengchao
·
2011-03-23 14:00
编程
Web
框架
struts
servlet
Struts2标签介绍
在介绍常用标志前,我想先从总体上,对Struts1.x与
Struts2.0
的标志库(TagLibrary)作比较。
neo_liu0000
·
2011-03-22 18:00
Struts2.0
自定义标签
1.编写自定义标签类。 2. 创建taglib文件(.tld),编写标签声明。 第一步: 首先编写时间格式转换的方法: public static String getDisplayTime(Date date){ Date nowDate=new Date(); Calendar oldCalendar=Cal
fackyou200
·
2011-03-21 10:00
算法
jsp
Web
xml
sun
stucts2.0简单示例
Struts2.0
是struts1.0和WebWork2.2合并版本,集成了两大流行MVC框架的优点,对struts框架来说是一个大的提升,同时也更大程度地简化了开发人员的开发过程。
zhou_wu
·
2011-03-19 01:00
java
apache
jsp
xml
struts
解决
struts2.0
下载中文文件名乱码问题
出自:http://hi.baidu.com/vhook/blog/item/d1791e9a5743b3b2c9eaf4ab.html struts2多文件动态下载及中文乱码2009-02-17 12:03关于文件上传的例子,网上已经有很多,所以本文就不谈文件上传,重点是文件下载及文件名为中文的时候各个浏览器出现乱码的解决方案。 下面是jsp文件的代码: <html>
xudongcsharp
·
2011-03-18 18:00
apache
jsp
xml
struts
浏览器
Struts2_action_validate_simpleTest
昨晚很晚才完成了
struts2.0
简单数据验证,没时间写到博客里就已经累的不行了!今天过来又练习了一遍,发现自己还是基本掌握了(只是皮毛中的皮毛)!
HarryAlex
·
2011-03-18 13:00
xml
jsp
Web
struts
Webwork
拦截器和过滤器有什么区别(JAVA/
struts2.0
)
(转)拦截器是在面向切面编程的就是在你的service或者一个方法,前调用一个方法,或者在方法后调用一个方法 比如动态代理就是拦截器的简单实现, publicObjectinvoke(Objectproxy,Methodmethod,Object[]args)throwsThrowable { Objectresult=null; System.out.println("beforeinvokem
wkcgy
·
2011-03-11 15:00
object
servlet
struts
Interceptor
Class
action
STRUTS2.0
常用标签
1. Struts2页面开发中常用标签使用说明 1.1.往action里传值的使用方式: <input name="userName" type="text" class="input6" size="15"> a. userName属性需要在访问的action中提供相应的属性,并有SET/GET方法
netxdiy
·
2011-03-10 22:00
struts2
Struts2.0
国际化支持
每种框价都会有国际化的支持,struts2的国际化大致上分为页面的国际化,Action的国际化以及xml的国际化首先在struts.properties文件中加入以下内容:struts.custom.i18n.resources=messageResource或在struts.xml中加入资源文件的命名格式:名称_语言代码_国家代码.Properties如果创建中文和英语国际化,那么资源文件名称为
zhglhy
·
2011-03-10 11:00
jsp
xml
struts
Blog
为Struts 2.0做好准备
这就促生了
Struts2.0
,它的诞
蛰伏神兽
·
2011-03-08 19:00
struts
junit
resources
单元测试
tomcat
web框架
Struts2
struts2和struts1.x的标签库
struts2.0
的标签库(简介)用过struts1.x的人都知道,标签库有html、bean、logic、tiles,而
struts2.0
里的标签却没有分类,只用在jsp头文件加上就能使用
struts2.0
jackliang55
·
2011-03-07 19:00
html
bean
struts
insert
action
include
新手教程:使用MyEclipse创建Struts1.x 应用
书中的例子是基于Struts1.1的,于是我就用MyEclipse中比较接近的Struts1.3来调试书中的例子(小弟实在找不到
Struts2.0
的详细又好读的教程,只能先用这本书凑活了!)。
flforever1213
·
2011-03-04 16:00
apache
jsp
应用服务器
struts
MyEclipse
struts2.0
中struts.xml配置文件详解
小鬼ming
·
2011-03-02 13:23
职场
配置文件
详解
struts2.0
休闲
在
struts2.0
框架中,多struts.xml与多applicationContext.xml配置的方法
在用SSH2做项目中,一般都是在一个struts.xml中配置控制转发,而用一个applicationContext.xml用来管理Bean。这对于一个简单的项目来说,就已经足够了。但是,对于一个大型项目的来说,团队成员很多,每个成员都在这两个配置文件里各写各的配置信息,这样会使这两个文件信息量过大,整合起来也不是很方便,阅读代码很困难
devsky
·
2011-03-01 13:00
xml
框架
bean
struts
配置管理
Struts2.0
的异常 The Struts dispatcher cannot be found. This is usually caused by u
异常信息:The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet
xls
·
2011-02-25 21:00
apache
jsp
xml
Web
struts
Struts2.0
标签的用法
一、 url标签 简介 url标签用于生成一个URL地址,可以通过url标签指定param子元素,从而向指定URL发送请求参数。 1. jsp代码 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=GBK"/>
月下影
·
2011-02-23 15:00
jsp
struts2.0
上传附件
Struts2.0
上传附件。 Struts配置文件:struts.xml <?
accpxudajian
·
2011-02-23 13:00
apache
jsp
xml
struts
Excel
struts2.0
action转跳到jsp页面css失效解决方案
像页面转跳失效问题肯定是路径的问题。建议改相对路径为绝对路径。Java代码String path = request.getContextPath(); String basePase = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; Stringpath=requ
andy136566
·
2011-02-14 19:00
html
jsp
css
Blog
struts1.2和
struts2.0
比较
/**Action类 Struts1要求Action类继承一个抽象类,Struts1使用抽象类编程而不是接口 Struts2可以实现Action接口也可以不实现,Struts2提供一个ActionSuport基类去实现常用接口。Action接口不是必须的,任何有execute的标识的 POJO都有可能成为struts2的Action的对象 /**线程模式 Struts1的
陈小兵
·
2011-02-12 23:00
编程
bean
框架
servlet
struts
WEB Struts2.2 常用的标签及传值总结
要在JSP中使用
Struts2.0
标志,先要指明标志的引入。通过在JSP的代码的顶部加入以下代码可以做到这点。一.
songylwq
·
2011-02-12 16:00
html
Web
struts
String
iterator
action
Struts1和Struts2的区别
1.标志的区别Struts1.x将标志库按功能分为:HTML,TILES,LOGIC和BEANS等几部分,表达式语言不支持嵌入式语言(EL);
Struts2.0
严格的讲,没有分类,所有的标志都在URI为
Kasbaster
·
2011-02-12 11:00
struts
servlet
测试
Interceptor
action
groovy
struts2与spring结合后的生命周期
http://blog.csdn.net/wxy_G/archive/2008/01/29/2071662.aspx
struts2.0
中Action的对象生命周期详解!!
elfenliedef
·
2011-02-10 16:00
Struts2.0
中的result标签
在action的指定方法执行完毕后总会返回一个字符串,struts2根据返回的字符串去action的配置中的result去找匹配的名字,根据配置执行下一步的操作。 在ActionSupport基类中定义了五个标准的返回值 String SUCCESS &
aguang110
·
2011-01-30 15:00
apache
jsp
浏览器
struts
Google
Struts2.0
中的namespace
在package里有个namespace的属性,它提供了一个逻辑上的命名空间,使用它可以避免action的名字冲突,同时也可以在逻辑上给action分类。namespace的默认值是“”。Struts2支持根命名空间/。如果一个action没指定任何命名空间如直接是moo.action,它则会去根命名空间去寻找。如果一个action在指定的命名空间没被发现时,struts2就会去默认命名空间去寻找
aguang110
·
2011-01-30 14:00
jsp
Struts2.0
中Action直接返回字符串
对于Struts2中Action中返回字符串的处理,比如做级联时,就可能用到返回json(字符串)的数据,些时Action该返回字符串,其实:让Action中的返回字符串的方法,直接return null;并在return之前用输出流输出字符串就可以了,跟servlet输入HTMl方法一样。 1、 public class CscandmsAction exte
thinktothings
·
2011-01-30 11:00
html
json
servlet
(
struts2.0
)一个form,多个提交
一个form,多个提交:只须在jsp的submit标签中添加: 在Action中,将execute改为相应的方法:login(),register()即可.若要直接的调用,请求参数名的格式为:action!method.action 实例如下:【第1步】实现主页面(more_submit.jsp) MyJSP'hello.jsp'startingpage
a9529lty
·
2011-01-29 16:00
exception
jsp
String
struts
action
import
struts1.2和
struts2.0
有什么区别?都有什么优缺点?
/**Action类Struts1要求Action类继承一个抽象类,Struts1使用抽象类编程而不是接口Struts2可以实现Action接口也可以不实现,Struts2提供一个ActionSuport基类去实现常用接口。Action接口不是必须的,任何有execute的标识的POJO都有可能成为struts2的Action的对象/**线程模式Struts1的Action是单例模式并且是线程安全
lgs0626
·
2011-01-21 17:00
编程
bean
框架
servlet
struts
struts2 的ModeDriven Preparable
paramsPrepareParamsStack在
Struts2.0
中是一个很奇妙的interceptorstack,以至于很多人疑问为何不将其设置为默认的interceptorstack。
lifuxiangcaohui
·
2011-01-18 09:00
struts2.0
新特性以及和struts1.2的区别
Struts2.0Struts自推出以来不断受到开发者的追捧,其最新版本
Struts2.0
亦代表了下一代JavaWeb开发的新趋势。
volunteer521
·
2011-01-14 01:00
spring
应用服务器
Web
框架
struts
struts2.0
中struts.xml配置文件详解
<! DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd&
suiliangxiang
·
2011-01-11 10:00
apache
xml
jsp
struts
Struts2.0
中定义的属性首字母一定要是小写
public class StudentInfo { private Long StudentID; private String StudentName; public Long getStudentID() { return StudentID; } public void setStudentID(Long studentID) { this.StudentI
谌花兰
·
2011-01-10 12:00
struts2
struts2.0
的ognl表达式研究
OGNL —— 完美的催化剂 为了解决数据从View层传递到Controller层时的不匹配性,Struts2采纳了XWork的OGNL方案。并且在OGNL的基础上,构建了OGNLValueStack的机制,从而比较完美的解决了数据流转中的不匹配性。OGNL(Object Graph Navigation Language),是一种表达式语言。使用这种表达
conkeyn
·
2011-01-09 21:00
数据结构
sql
.net
工作
数据挖掘
关于
Struts2.0
标签中采用%{} 的处理原理
项目中采用
struts2.0
时,常常使用计算表单式的处理源码原理解析: 例如: <s:set var="hasDeductAmount" value
conkeyn
·
2011-01-09 20:00
Blog
Struts 标签手册
标签库(文档手册) Tags-API-CLSW-JSP<%@ taglib prefix="s" uri="/struts-tags" %> 就能使用
struts2.0
maizi2011
·
2010-12-29 12:00
数据结构
bean
Ajax
jsp
struts
struts2获取session与request对象
非IoC方式要获得上述对象,关键
Struts2.0
中com.opensymphony.xwork2.ActionContext类。
huanzhulouzhu
·
2010-12-25 12:00
struts2.0
的%、#、$的使用
我最熟悉的使用EL表达式,之前一直都C标签。进入这个公司,项目要求Struts2标签,为了页面统一。在%,#使用,自己一直都是模棱两可那种。今天看到一篇帖子总结不错就转载过来。 一、"#"的用法 1、 访问OGNL上下文和Action上下文,#相当于ActionContext.getContext();
haohao-xuexi02
·
2010-12-24 17:00
jsp
struts
Blog
struts2 标签库 介绍
struts2.0
里的标签没有分类,只用在jsp头文件加上就能使用struts2的标签库下面就介绍下每个标签的用法介绍:A:-----超链接,类似于html里的-----执行一个view里面的一个action
zdwzzu2006
·
2010-12-21 13:00
jsp
list
struts
iterator
action
generator
Struts2.0
select 标签使用
1.第一个例子: <s:select list="{'aa','bb','cc'}" theme="simple" headerKey="00" headerValue="00"></s:select> 2.第二个例子: <s:select list="#
haohao-xuexi02
·
2010-12-16 15:00
html
Struts+Hibernate+Spring 所需jar包
使用的技术:spring2.0+struts2.0+hibernate3.0 spring2.0的JAR包: 1、spring-2.0.jar、
Struts2.0
的JAR包: 1、struts2
linhaiguo
·
2010-12-16 13:00
spring
freemarker
Hibernate
xml
struts
struts2.0
的标签库(简介)
最近使用
struts2.0
标签比较多,之前的项目都在使用c标签,
struts2.0
相关标签使用有点遗忘了。
haohao-xuexi02
·
2010-12-16 09:00
jsp
Ajax
bean
struts
servlet
struts2解决中文乱码的问题
在
struts2.0
中,解决中文乱码的问题有时候很糟人。
fireinwind
·
2010-12-13 13:00
apache
jsp
Web
struts
servlet
用过的一些框架
struts1.2 struts1.3
struts2.0
hibernate3 spring2 velocity lucene3 mina2 james2.3 c3p0 9 log4j
xieruilin
·
2010-12-09 17:00
log4j
框架
weblogic
IE
velocity
Eclipse XML自动提示DTD文件(hibernate
struts2.0
log4j).dtd的下载
windows ——> preferences ——> Myeclipse ——> Files and Editors ——>XML ——>XML Catalog ——> add... ——> Location ——> File System... ——>添加附件中的文件 ——> Key Type ——>URI
yekui
·
2010-12-09 13:00
eclipse
log4j
Hibernate
xml
struts
Struts2.0
显示Hibernate多表查询结果的方法
假设有A表、B表,HQL类似如下:select A.column1, A.column2, B.column3 from A, B where A.column1=B.column1 and ... <s:iterator value= "resList " status= "stat "><s:property value= "
朱嘉华
·
2010-12-08 11:00
Hibernate
2010.10.23——— Struts2上传文件大小修改
2010.10.23——— Struts2上传文件大小修改
Struts2.0
默认的上传文件的大小是2M.如果上传超过这个大小的就会报错.可以通过在struts.xml中修改默认的上传文件大小
lipeng88213
·
2010-12-06 21:00
apache
xml
struts
2010.10.23——— Struts2上传文件大小修改
2010.10.23——— Struts2上传文件大小修改
Struts2.0
默认的上传文件的大小是2M.如果上传超过这个大小的就会报错.可以通过在struts.xml中修改默认的上传文件大小
lipeng88213
·
2010-12-06 21:00
apache
xml
struts
struts2 struts.properties 配置详解
##
struts2.0
框架有两核心的配置文件:struts.xml和struts.properties ##struts.xml文件主要负责管理应用中的action映射,以及该Action中包含的result
john521
·
2010-12-05 14:00
spring
freemarker
struts
配置管理
velocity
struts2 struts.properties 配置详解
##
struts2.0
框架有两核心的配置文件:struts.xml和struts.properties ##struts.xml文件主要负责管理应用中的action映射,以及该Action中包含的result
john521
·
2010-12-05 14:00
spring
freemarker
struts
配置管理
velocity
struts2和struts1.x的标签库
struts2.0
的标签库(简介)用过struts1.x的人都知道,标签库有html、bean、logic、tiles,而
struts2.0
里的标签却没有分类,只用在jsp头文件加上<%@ taglib
yangxianjiangg
·
2010-12-03 17:00
apache
html
jsp
bean
struts
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他