日志文章列表

2008年06月23日 10:26:43

struts 中form标签的name属性问题

<html:form   ...>里的name可以不指定,也可以指定,但name指定和不指定美分别,因为name必须等于formbean的名称,而且是对应于action(在你的例子里是testAction)的formbean,你不指定系统会动态府上f..

阅读全文>>

Tags: form   struts   name  

类别: struts |  评论(1) |  浏览(1141) |  收藏
2008年06月18日 16:16:31

使用多个Struts配置文件

问题
你想要将一个大型的struts-config.xml文件分为多个小文件,以便改善组织和更易维护,特别是在团队开发的过程中。
动作要领
将一个struts-config.xml分解为多个配置文件。每一个都必须是良构的,并且能过通过s..

阅读全文>>

Tags: struts配置  

类别: struts |  评论(2) |  浏览(896) |  收藏
2007年10月10日 14:23:21

struts 标签汇总

生成基本的html元素的标签:<html:html><html:base><html:link>和<html:rewrite><html:img>基本的表单标签:<html:form><html:text><html:cancel><html:reset&g..

阅读全文>>

Tags: struts   标签  

类别: struts |  评论(0) |  浏览(1053) |  收藏
2007年10月08日 23:19:49

struts logic 标签使用之五

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ include file="/common/taglibs.jsp"%>
<%
String path = request.getConte..

阅读全文>>

Tags: struts   logic  

类别: struts |  评论(0) |  浏览(1064) |  收藏
2007年10月08日 23:15:57

struts logic 标签使用之四

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ include file="/common/taglibs.jsp"%>
<%
String path = request.getConte..

阅读全文>>

Tags: struts   logic   标签  

类别: struts |  评论(0) |  浏览(1027) |  收藏
2007年10月08日 22:43:12

struts logic 标签使用之三

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ include file="/common/taglibs.jsp"%>
<%
String path = request.getConte..

阅读全文>>

Tags: struts   logic   标签  

类别: struts |  评论(0) |  浏览(1118) |  收藏
2007年10月07日 00:36:17

struts logic 标签使用之二

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ include file="/common/taglibs.jsp"%>
<%
String path = request.getConte..

阅读全文>>

Tags: struts   logic   标签  

类别: struts |  评论(0) |  浏览(1113) |  收藏
2007年10月07日 00:10:26

struts logic 标签使用之一

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ include file="/common/taglibs.jsp"%>
<%
String path = request.getConte..

阅读全文>>

Tags: struts   logic   标签  

类别: struts |  评论(0) |  浏览(1248) |  收藏
2007年10月03日 23:42:30

strust 标签引用

<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="/WEB..

阅读全文>>

Tags: struts   标签  

类别: struts |  评论(0) |  浏览(1932) |  收藏
2007年10月03日 23:40:01

struts bean 标签库使用之三

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ include file="/common/taglibs.jsp"%>
<%
String path = request.getConte..

阅读全文>>

Tags: struts   标签  

类别: struts |  评论(0) |  浏览(1880) |  收藏
« 1 2» Pages: ( 1/2 total )