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
stuts
stuts
2标签详解
第一步:导入第二步:-----------------------------------------
miketom155
·
2012-04-23 16:00
url
Struts2读取配置文件的顺序
顺序如下,越靠后优先级越高,即后面的会覆盖前面的配置:1.
stuts
-default.xml2.struts-plugin.xml3.struts.xml4.struts.properties5web.xml
SMCwwh
·
2012-04-12 14:00
struts
Struts运行机制
当客户端发送一个URL请求(http://localhost/webappname/actionname),Tomcat接收该请求2.Tomcat找到相应的webapp下的WEB-INF/web.xml,找到
stuts
2filter
wuha0
·
2012-03-23 15:00
Struts学习笔记要点
一、Struts2与
Stuts
:1、Struts2是由webwork2发展来的而非Struts1,相比Struts1,Struts2编码规范跟类似与webwork22、Struts2非侵入式设计、Struts1
javaxiaochouyu
·
2012-03-12 14:00
Stuts
2 使用DispatchAction做一个简单的计算器
calculator.jsp [java]viewplaincopy
chenqqabcdchenqqabcd
·
2012-03-07 16:00
Struts2环境搭建
2.去官方下载去http://
stuts
.apache.org去下载,下载的是最新版的struts2.3.1.2,下载之后找到所需要是jar包,在lib下找,必须是以下几
hanxiaoshuang321123
·
2012-03-05 12:00
mvc
框架
struts
jar
filter
encoding
stuts
2 取值方法
.标签取值方式一通过取值当Action的valueStack中有该属性的值时,只需直接使用该属性的名字即可;当Action的valueStack中没有该属性的值时,比如在session,application范围中的属性值时,需要加#或者#attr.;例子:假设某Action中有person成员变量,在application中存在company属性那么我们可以通过以下方法取值://无法取到,因为
miketom155
·
2012-03-03 17:00
Struts2-Action总结
21.2ActionWildcard_通配符配置21.3用Action的属性接收参数2Action接收参数中文问题(暂时因为bug问题慎用版本)31.4简单数据验证31.5默认Action31.ActionA)配置好
stuts
.xml
yongjian1092
·
2012-03-03 16:00
struts2
Struts2-Action总结
21.2ActionWildcard_通配符配置21.3用Action的属性接收参数2Action接收参数中文问题(暂时因为bug问题慎用版本)31.4简单数据验证31.5默认Action31.ActionA)配置好
stuts
.xml
yongjian1092
·
2012-03-03 08:00
struts2
stuts
2中tiles2配置
首先,我声明我用的是Struts-2.1.6而不是Struts-2.0.x,2.1和2.0是有些不同的,希望大家注意。下面进行配置步骤:1、导入包,把Struts-2.1.6文件夹lib里的jar包复制到项目文件WEB-INF/lib里,一共13个:1)struts2-core-2.1.6.jar2)xwork-2.1.2.jar3)freemarker-2.3.13.jar4)ognl-2.6
eidolon8
·
2011-11-23 15:00
html
struts
header
action
login
encoding
validationEngine 结合struts2 ajax验证
项目中用到validation Engine 和
stuts
2,这篇文章值得借鉴(转),把原文中的一些东西改了下 validationEngine v2.0进行了重写,
feiyeguohai
·
2011-10-26 14:00
不得不使用jstl时注意事项
在项目开发的过程中,不得以使用jstl,原因是
stuts
2不支持for 循环,只支持iterator,因为本人喜欢使用struts2表达式,用jstl的过程中出现了很多细节问题比较闷
summitfly
·
2011-10-25 01:00
jsp
Stuts
2 包(package)和命名空间(namespace)的设置理解
关于包的继承 为何要有继承呢,原因还是为了公用。子包可以继承父包里的东西, - including all interceptor, interceptor-stack, and action configurations. 包括所有的拦截器,拦截器栈,action的配置。 我们自定义的包一般都要继承struts-default。这点很重要,因为要用到一些默认的配置。拦截器,转换器,r
skying007
·
2011-09-17 17:00
namespace
Stuts
2 使用DispatchAction做一个简单的计算器
使用DispatchAction做一个简单的计算器 DispatchAction是Struts中Action中的一种,为一种动态Action,可以处理相同类型的方法 1.calculator.jsp(计算页面) viewplaincopytoclipboardprint? calculator.jsp
csh624366188
·
2011-08-12 21:00
Stuts
2 使用DispatchAction做一个简单的计算器
使用DispatchAction 做一个简单的计算器 DispatchAction是Struts中Action中的一种,为一种动态Action,可以处理相同类型的方法 1.calculator.jsp(计算页面) view plain copy to clipboard print ? <%@pagelanguage="java&q
seamplezeus
·
2011-08-12 21:00
Dispatch
Stuts
2 使用DispatchAction做一个简单的计算器
使用DispatchAction做一个简单的计算器 DispatchAction是Struts中Action中的一种,为一种动态Action,可以处理相同类型的方法 1.calculator.jsp(计算页面) viewplaincopytoclipboardprint? calculator.jsp
csh624366188
·
2011-08-12 21:00
struts
input
action
div
button
fun
Stuts
2 使用DispatchAction做一个简单的计算器
使用DispatchAction 做一个简单的计算器 DispatchAction是Struts中Action中的一种,为一种动态Action,可以处理相同类型的方法 1.calculator.jsp(计算页面) view plain copy to clipboard print ? <%@pagelanguage="java&q
long_yu2
·
2011-08-12 21:00
Dispatch
Stuts
2 使用DispatchAction做一个简单的计算器
使用DispatchAction 做一个简单的计算器 DispatchAction是Struts中Action中的一种,为一种动态Action,可以处理相同类型的方法 1.calculator.jsp(计算页面) view plain copy to clipboard print ? <%@pagelanguage="java&q
peizhe1232
·
2011-08-12 21:00
Dispatch
stuts
2 字符串截取与格式化日期
1. <s:if test="title.length()>20"> <s:property value="title.substring(0,20)+'...'"/> </s:i
pany
·
2011-06-11 16:00
jsp
关于
stuts
2 接收map
一、action的写法 package action.mapAction; import java.util.Map; public class MapAction { private Map<String, String> map; public String test() { System.out.println(map.size());
lokepaqi
·
2011-05-07 09:00
java
html
jsp
struts
Stuts
Action中的跳转方法!
可以用类似如下的方法进行跳转: response.sendRedirect("doc.do?state=edit&id="+doc.getId()); 几种跳转模式:returnnewActionForward(newStringBuffer(mapping.findForward("delete-with-relation").getPath()).append("&linkid="+l
longlongriver
·
2011-04-15 17:00
stuts
2表单验证的一些问题
stuts
2表单验证时,validation.xml的一些配置,需要注意以下几个方面:一.关于验证的一些配置信息1.validation.xml的文件名称一定要以Action名称开头,如:现在有个登录的
464872333
·
2011-03-14 16:00
apache
html
xml
struts
在web.xml中配置struts2的代码
--
stuts
2 的较高版本中,这里的配置和低版本不一样 --> <filter-class>org.apache.struts2.dispatcher.FilterD
bo_hai
·
2011-02-15 13:00
apache
Web
xml
Struts2
stuts
.xml 简单配置
用了很久的S2了,发现自己用到的地方还少了。对S2的了解仅存于皮毛。还需要继续学习。 下面是struts.xml一个简单配置,以备后查! <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//
isiqi
·
2011-01-23 09:00
apache
spring
xml
浏览器
struts
Struts 2.0的Action讲解
Struts 1.x
Stuts
2.0 接口 必须继承org.apache.struts.action.Action或者其子类 无须继承任何类型或实现任何接口 表单数据 表单数据封装在
fly-sky
·
2010-12-07 08:00
jsp
struts
servlet
velocity
IOC
struts 默认拦截器介绍
默认拦截器在
stuts
2-core.jar中的struts-deafult.xml中配置功能如下: timer:记录Action执行的时间,并做为日志信息输出; logger:在日志信息中输出要执行的
supben
·
2010-11-29 15:00
xml
框架
struts
workflow
IOC
分区索引问题
='VALID' 查看失效索引,但是分区索引在这个中间显示的
stuts
是N/A,很奇怪, create index DDETAIL_IP3 on T_DDETAIL_N3
wcf1987
·
2010-11-26 00:00
sql
JS简洁版下拉树
这是struts2的应用其他也可以根据需要灵活改动: //JS下拉树vardata=newArray();data[${
stuts
.index}]={id:'',pid:'',text
zqb666kkk
·
2010-10-20 15:00
JavaScript
prototype
J#
stuts
2 返回xml
关于Struts2返回XML的问题1.Action其实是一个POJO,所以我们可以直接把Action生成一个XML.只要把ResultType设为xslt就可以了: 里面包含了Action的所有属性,还有Locale等信息.可以在浏览器里输入http://localhost:8080/XXX/XXX/XmlModel.action来看.2.为了定制自己想要的
疯狂
·
2010-09-17 11:00
iBatis的JpetStore示例中MVC机制实现的研究,BeanAction,BaseBean
查看JpetStore的Struts.xml可以发现,它的Action只有一个,即“org.apache.
stuts
.beanaction.Beanaction”。通过Eclipse查看beana
naughty610
·
2010-08-20 17:00
iBatis的JpetStore示例中MVC机制实现的研究,BeanAction,BaseBean
查看JpetStore的Struts.xml可以发现,它的Action只有一个,即“org.apache.
stuts
.beanaction.Beanaction”。通过Eclipse查看beana
naughty610
·
2010-08-20 17:00
stuts
2的类型转换
1.自定义类型转换器 第一步:编写自定义的转换器类 import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Map; import com.opensymphony.xwork2.conversion.im
笑我痴狂
·
2010-07-10 18:00
java
Web
stuts
2的类型转换
1.自定义类型转换器 第一步:编写自定义的转换器类 import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Map; import com.opensymphony.xwork2.conversion.im
笑我痴狂
·
2010-07-10 18:00
java
Web
struts的优缺点
struts1的优缺点: 优点: 1:
stuts
1通过ActionForm能方便的帮助我们收集和验证页面的表单数据 2:struts1的实现了可配置路径跳转。
笑我痴狂
·
2010-06-12 20:00
设计模式
mvc
Web
struts
servlet
struts的优缺点
struts1的优缺点: 优点: 1:
stuts
1通过ActionForm能方便的帮助我们收集和验证页面的表单数据 2:struts1的实现了可配置路径跳转。
笑我痴狂
·
2010-06-12 20:00
设计模式
mvc
Web
struts
servlet
Struts 2 标签之 iterator
List,并且集合里的类型为JavaBean(实现了set和get方法) <s:iterator value="#request.list" status="
stuts
tycomputer
·
2010-05-27 15:00
java
jsp
struts
Stuts
1 标签form 与 html:form
<form action="" method="post"> 和 <html: form action="" method="post"> 异处 form 里的 action得需要写全action 比如Useraction.do 而 html:form 里 action 可以写成Us
sd8089730
·
2010-05-26 20:00
html
stuts
spring 整合
ApplicationContext是Spring的核心,WebApplicationContext继承自ApplicationContext,首先在Web应用中要初始化WebApplicationContext ,即在web.xml中配置: <listener> [/size][size=small] <listener-class>org.springframework
routered
·
2010-04-23 11:00
spring
Web
bean
struts
servlet
基于struts1.2的网站源码组织结构
结合自己弄的一个小项目,总结一下在MyEclipse下,使用Strut1.2框架开发网站的源码组织结构(
stuts
1.2的架构基本上是这样的了~)下图左边是源码组织结构,右边为相应的说明
Sunshyfangtian
·
2010-04-02 17:00
框架
MyEclipse
基于struts1.2的网站源码组织结构
结合自己弄的一个小项目,总结一下在MyEclipse下,使用Strut1.2框架开发网站的源码组织结构(
stuts
1.2的架构基本上是这样的了~)下图左边是源码组织结构,右边为相应的说明
Sunshyfangtian
·
2010-04-02 17:00
框架
MyEclipse
基于struts1.2的网站源码组织结构
结合自己弄的一个小项目,总结一下在MyEclipse下,使用Strut1.2框架开发网站的源码组织结构(
stuts
1.2的架构基本上是这样的了~)下图左边是源码组织结构,右边为相应的说明
Sunshyfangtian
·
2010-04-02 17:00
框架
MyEclipse
Stuts
标签库
Struts标签库概述HTML标签库Bean标签库Logic标签库Struts标签库概述Struts框架提供了许多的标签,根据功能和使用习惯的不同可以分为五个标签库。HTML标签库用来创建能够和Struts框架和其它相应的HTML标签交互的HTML输入表单。Bean标签库在访问JavaBeans及其属性,以及定义一个新的Bean时使用。Logic标签库可以用来进行逻辑判断、集合迭代和流程控制。Ne
convertto
·
2009-11-19 12:00
apache
html
bean
jsp
struts
myeclise 使用junit 测试 struts问题
MyEclipse的类路径是从工程的根目录下开始的,所以当用junit测试的时候会找不到web.xml.和
stuts
-config.xml, 解决办法就是覆盖父类的方法,设置context
friping
·
2009-10-14 10:00
xml
Web
struts
MyEclipse
JUnit
Stuts
2.0常用标签库总结
很长时间都是在做struts1.x的开发,现在开始了struts2.0的征程 那就从简单的标签说起吧!1.x中常用的标签只有4中html、bean、logic、tiles 而struts2.0里的标签却没有分类,只用在jsp头文件加上 &nbs
landmine
·
2009-08-25 11:00
jsp
bean
Ajax
servlet
struts
Spring与Hibernate的融合
所以在讲struts+spring+hibernate之前,我们跳过使用
stuts
,先说一下spring+hibernate的融合。
lzc0088
·
2009-07-24 14:00
spring
Hibernate
bean
mysql
ssh
Spring与Hibernate的融合
所以在讲struts+spring+hibernate之前,我们跳过使用
stuts
,先说一下spring+hibernate的融合。
lzc0088
·
2009-07-24 14:00
spring
Hibernate
bean
mysql
ssh
stuts
2的赋值问题 1
1.POJO public class UserBean { private String username; private String password; set/getUsername; set/getPassword; } 2. struts2 Action &nb
jsjxqjy
·
2009-07-23 17:00
问题
BeanAction 实现的struct,见不到action方法
查看JpetStore的Struts.xml可以发现,它的Action只有一个,即“org.apache.
stuts
.beanaction.Beanaction”。通过Eclipse查看beana
loving863
·
2009-04-27 16:00
bean
jsp
struts
ibatis
asp.net
BeanAction 实现的struct,见不到action方法
查看JpetStore的Struts.xml可以发现,它的Action只有一个,即“org.apache.
stuts
.beanaction.Beanaction”。通过Eclipse查看beana
loving863
·
2009-04-27 16:00
bean
jsp
struts
ibatis
asp.net
Struts 1.x | 通过
stuts
中的Token(令牌)阻止页面重复提交
通过
stuts
中的Token(令牌)阻止页面重复提交 1)原理:  
backcrazy
·
2009-04-15 22:00
html
sql
jsp
struts
IE
上一页
1
2
3
4
下一页
按字母分类:
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
其他