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
ActionForm
Android之从网络中获取数据并返回客户端的两种方式:XML格式返回与Json格式返回
VideoService service = new VideoServiceBean(); public ActionForward execute(ActionMapping mapping,
ActionForm
isiqi
·
2011-06-10 14:00
json
xml
android
网络协议
资讯
Android之把从网络中获取的数据以XML与Json格式返回
VideoService service = new VideoServiceBean(); public ActionForward execute(ActionMapping mapping,
ActionForm
izuoyan
·
2011-06-10 14:00
android
文件上传
importjavax.servlet.http.HttpServletRequest;importjavax.servlet.http.HttpServletResponse;importorg.apache.struts.action.
ActionForm
Heng_Ji
·
2011-06-08 10:00
利用BeanUtils在对象间复制属性
阅读更多如果你有两个具有很多相同属性的JavaBean,一个很常见的情况就是Struts里的PO对象(持久对象)和对应的
ActionForm
,例如Teacher和TeacherForm。
gamehiboy
·
2011-06-08 10:00
Struts
利用BeanUtils在对象间复制属性
如果你有两个具有很多相同属性的JavaBean,一个很常见的情况就是Struts里的PO对象(持久对象)和对应的
ActionForm
,例如Teacher和TeacherForm。
gamehiboy
·
2011-06-08 10:00
struts
初步了解struts工作流程
而后者则是我们主要要进行设置的,我写得比较简单,所以主要了解了对
ActionForm
和
leonard1853
·
2011-05-27 15:00
数据结构
工作
struts
MyEclipse
配置管理
struts1文件上传和下载
.*; import com.
actionForm
.FileActionForm; import org.apache.struts.actions.DispatchAction; import
jayyanzhang2010
·
2011-05-25 11:00
DAO
apache
xml
servlet
struts
Struts2学习(四):Action执行的时候发生了什么
在Struts1中我们经常要把一个
ActionForm
和一个Action相关联,
ActionForm
中封装了表单的所有值,并且这些都是在ActionServlet中完成的,因此我们在action中可以直接通过
646676684
·
2011-05-20 22:55
struts2
职场
休闲
struts2学习笔记
Struts1的简单工作流程
ActionSerlvet接收客户Http请求,使用
ActionForm
Bean自动填充客户送来的表单数据到
ActionForm
Bean对象中?
tomyz0223
·
2011-05-18 23:00
工作
bean
xml
struts
Struts1
1:Form <1>:手动(extends
ActionForm
) 1):属性:表单提交的属性值 name 2):维持对象 ===》Jsp页面name属性写法user.name
羽风之扬
·
2011-05-18 20:00
JavaScript
bean
xml
struts
grails
StrutsEntityAction增加共用拓展方法
public ActionForward listEC(ActionMapping mapping,
ActionForm
form, HttpServletRequest request,
soft_xiaohui
·
2011-05-18 16:00
struts
Struts1与Struts2的区别,它们常用到哪几个类, 以及工作流程?
常用到的类:Struts1:ActionServlet[process()], RequestProcessor[processPreprocess()], PlugIn,Action,
ActionForm
PanShuiHua
·
2011-05-18 12:00
jsp
xml
工作
struts
servlet
Ext中实现EditorGridPanel的增删改操作(2)
public ActionForward showStudent(ActionMapping mapping,
ActionForm
form, HttpServletRequest request
hongzhguan
·
2011-05-14 21:00
html
json
ext
struts1.2和jquery.MultiFile.js实现多文件上传
MultiFile是个不错的多文件上传的插件,在和struts一起用的时候要注意,Struts的
ActionForm
的getMultipartRequestHandler().getFileElements
windows1987
·
2011-05-14 17:00
html
jquery
struts
<<深入浅出Struts>>总结
一.纵观本书:基本原理是实现控制器的功能和展示层的标签.form+javabean+
ActionForm
+Action+配置struts-config完成整个的动作,其中form通过jsp网页的<
greatwqs
·
2011-05-14 16:00
apache
html
jsp
xml
struts
Struts 学习笔记之
ActionForm
gmail.comhttp://www.blogjava.net/xiaodaoxiaodao/archive/2007/05/31/121264.html 转载请注明来源/作者 Struts 学习笔记之
ActionForm
FG2006
·
2011-05-13 19:00
JavaScript
html
struts
validation
action
Path
struts2文件上传
所不同的是,Struts1.x的上传组件需要一个
ActionForm
来传递文件,而Struts2的上传组件是一个拦截器(这个拦截器不用配置,是自动装载的)。在本文中先介绍一下如何用strut
jslfl
·
2011-05-13 05:00
JavaScript
java
struts
浏览器
OS
struts2文件上传
所不同的是,Struts1.x的上传组件需要一个
ActionForm
来传递文件,而Struts2的上传组件是一个拦截器(这个拦截器不用配置,是自动装载的)。在本文中先介绍一下如何用strut
jslfl
·
2011-05-13 05:00
JavaScript
java
浏览器
struts
OS
struts2教程===上传任意多个文件
所不同的是,Struts1.x的上传组件需要一个
ActionForm
来传递文件,而Stru
yupengcc
·
2011-05-10 10:00
JavaScript
java
struts
浏览器
OS
struts1文件上传和下载
.*; import com.
actionForm
.FileActionForm; import org.apache.struts.actions.DispatchAction; import
xxf880324
·
2011-05-09 09:00
java
DAO
apache
struts
servlet
Struts验证框架
具体属性 .xmlvalidation.xml :在struts-config.xml文件进行配置 :注意用html标签和Form(要继承ValidatorForm而不是
ActionForm
Heng_Ji
·
2011-05-06 12:00
struts1.x 中的from 和国际化
Action|UserHandlerStruts1执行流程: request====web(web.xml|struts-config.xml) response1:Form使用 :自己写Form :继承
ActionForm
Heng_Ji
·
2011-05-04 13:00
structs2 使用List批量传递数据问题
在做毕业设计时遇到批量传递数据问题,例如批量传递填空题,选择题的值,在这里记录一下: 首先新建Form表单; package com.
actionForm
; public class QuestionForm
sumsunsum
·
2011-05-03 18:00
C++
c
框架
jsp
C#
WebOffice 开发文档--code
AuthenticAction { /** * 附件在线编辑 */ protected ActionForward doService(ActionMapping mapping,
ActionForm
zp19827
·
2011-04-29 12:00
Web
配置管理
Office
struts 上传 下载
.*; import com.
actionForm
.FileActionForm; import org.apache.struts.actions.DispatchAction; impo
我爱你JAVA
·
2011-04-28 01:00
apache
sql
jsp
struts
servlet
关于Struts 1.x actiomForm
jsp里的name名字不变,
actionForm
的属性就不是jsp里name的那些属性里 放的是VO,jsp页面对应的VO
wengzil
·
2011-04-27 10:00
工作
jsp
struts
struts hibernate 显示图片
*/ 8.public ActionForward showImage(ActionMapping mapping,
ActionForm
form, 9.
premier_gu
·
2011-04-24 18:00
apache
Hibernate
jsp
xml
struts
struts1中的文件上传
步骤: 1 编写 jsp 页面 2 给 jsp 中的 form 表单配置一个
ActionForm
 
jayyanzhang2010
·
2011-04-22 16:00
apache
eclipse
html
jsp
struts
ActionForm
工作流程
工作原理: 处理
ActionForm
的一般步骤: 1 检查Action的映射,确定Action中已经配置了对
ActionForm
的映射。
lvinie
·
2011-04-20 16:00
工作
bean
actionForm
声明周期
看了很多的资料书籍,都提了一下
ActionForm
的生命周期。
lvinie
·
2011-04-20 16:00
xml
jsp
bean
工作
struts
struts1.2.9的校验框架
ActionForm
的代码校验Action里的代码校验结合commons-validator.jar的校验 1.1
ActionForm
的代码校验
ActionForm
的代码校验是最基本的校验方式。
hongye612430
·
2011-04-17 23:00
apache
框架
bean
xml
struts
Struts-1 表单传值
ActionForm
代码: package edu.swu.hyc.form; import org.apache.struts.action.
ActionForm
; public class
inkb_fly
·
2011-04-15 11:00
apache
sql
mysql
struts
servlet
Java导出Txt的关键代码
并且需要return null: 关键代码如下: public ActionForward exportProgramSchedule(ActionMapping mapping,
ActionForm
生死格斗
·
2011-04-15 10:00
java
框架
struts
struts1与struts2的区别
,而struts2是以filter方式配置在web.xml中的 2、struts1必须继承Action或DispatchAction类,而struts2的继承则不是必须的 3、struts1是通过
actionForm
tangjizhong
·
2011-04-12 23:00
xml
Web
servlet
struts1中action参数
path属性:指定请求访问Action的路径 type属性:指定Action的完整类名 name属性:指定需要传递给Action的
ActionForm
Bean(form表单的作用就是把前台的标签属性
isiqi
·
2011-04-12 13:00
bean
Struts动态
ActionForm
,验证框架
引入动态表单DynaActionForm的目的在于减少
ActionForm
的数目。
king_wangyao
·
2011-04-10 16:00
apache
bean
框架
xml
struts
struts-config里action-mappings元素里的attribute属性用途
2)attribute可以实现对象的重用,即如果设置了attribute属性,在创建
actionform
是,会先去查找相应的scope中是否有此对象,如果有,则重用,否则创建新的对象。
在水伊方
·
2011-04-09 21:00
apache
servlet
struts
struts1
第一章、struts简介 一、struts中的MVC M: 业务、持久 V: jsp
ActionForm
C: ActionServlet RequestProcessor
goto0917
·
2011-04-07 22:00
spring
jsp
mvc
xml
struts
DynaActionForm的实现
DispatchAction的使用方法,也知道了他的好处,现在我们看看DynaActionForm的用法与好处,DynaActionFrom的用法也比较简单,而且他的好处呢也是显而易见的,从他的名字上面来看,有个
ActionForm
自动放假
·
2011-04-06 19:00
ActionForm
ActionForm
中的表单跨页
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://strut
linhrg
·
2011-04-02 18:00
apache
html
bean
jsp
struts
struts1课堂笔录
struts1 7大组件 ActionServlet 控制器 Action 包含事务逻辑
ActionForm
显示模块数据
眻崽崽
·
2011-04-02 15:00
apache
xml
框架
bean
struts
action attribute和name 属性区别
、在一般情况下,
actionForm
是被存储在一定的scope中(request或session,通过action的scope属性来配置),当我们在配置时,指定name而不指定attribute,那么指定的
自动放假
·
2011-03-31 02:00
attribute
action attribute和name 属性区别
、在一般情况下,
actionForm
是被存储在一定的scope中(request或session,通过action的scope属性来配置),当我们在配置时,指定name而不指定attribute,那么指定的
自动放假
·
2011-03-31 02:00
attribute
[Struts1.X]处理表单中值为空的日期类型字段
在示范中心项目中,我们把
ActionForm
中日期类型的字段指定为String类型,而在对应的JavaBean中指定为java.sql.Date类型。
wxfstwxf
·
2011-03-30 19:00
apache
sql
xml
struts
servlet
strtus--html标签
HTML的主要作用就是生成UI界面 单选按钮: 单选按钮一般是可以有一个值是默认选中:checked 例如:所有的属性都要与
ActionForm
中的内容进行对应 如果要在
WYZSC
·
2011-03-30 17:00
html
apple
UI
String
struts
action
Structs1.2的表单验证
Struts1.2中用Form来收集表单中的信息,因此我们对表单的验证是围绕着不同的Form来进行的二、
ActionForm
(1)我们在newAction,Form&Jsp时继承
ActionForm
而对表单的验证则放在了生成的
dampce032
·
2011-03-30 16:00
apache
jsp
bean
xml
struts
Struts1文件上传与下载、Token防止重复提交、高级功能
接收文件类型参数也在
ActionForm
中完成,在
ActionForm
中需要使用FormFile类型的数据来接收。修改之前的教师添加功能。页面表单必须要封装。文件域,
cnwuzhulin
·
2011-03-29 20:00
html
struts
OS
SSH学习总结
1、Struts 动态
ActionForm
,DynaActionForm的好处在于不用自己写
ActionForm
类这些setter()、getter()方法。
yaoyaoxingkong
·
2011-03-28 10:00
jsp
struts
ssh
action
getter
setter
初始Struts
Model部分包括JavaBean和
ActionForm
,其中JavaBean主要是底层的业务逻辑和数据库访问,Acti
yaoyaoxingkong
·
2011-03-28 09:00
设计模式
mvc
jsp
数据库
struts
action
Struts1中ActionError和ActionMessage
在
ActionForm
的validate()方法中会返回一个ActionErrors对象,ActionErrors对象中封装了一个或多个ActionError对象,每个ActionError对象均代表一个错误信息
wanghaixing
·
2011-03-28 00:19
struts
struts1
休闲
actionMessage
actionerror
上一页
9
10
11
12
13
14
15
16
下一页
按字母分类:
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
其他