struts1.x
文章平均质量分 90
進擊的胖蛇
热爱技术,努力减脂的呆萌胖子一枚
展开
-
使用MyEclipse自动产生的web.xml文件头有问题!
利用MyEclipse支持的struts服务,能很方便的自己产生添加一些包,但其自动产生的web.xml文件头有个问题: MyEclipse自动产生的web.xml文件头为: 在这个文件中添加提示错误,但是不影响struts tag的使用,错误提示为: cvc-complex-type.2.4.a: Invalid content was found starting with elem转载 2012-11-26 21:32:28 · 2753 阅读 · 0 评论 -
Struts1.x原理图--时序图,xml配置
对应的时序图 public ActionForward execute( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { // Was this tr转载 2013-04-02 10:18:08 · 1666 阅读 · 0 评论 -
struts1.x的国际化
鸣谢: http://www.cnblogs.com/jinzhengquan/archive/2011/02/14/1954706.html http://blog.csdn.net/chenhongxin/article/details/4256435 struts1.x的国际化 一,基本的国际化 步骤1:配置struts国际化 在struts-config.xml中配置m转载 2013-04-12 16:35:15 · 717 阅读 · 0 评论 -
Struts1.x中的reset()何时调用与<html:checkbox>标签的重置
原文:http://www.blogjava.net/lucky/archive/2006/04/14/41001.aspx 被Struts的html:checkBox标签使用的小问题郁闷了两天,今天终于找到了解决的办法。如果大家也遇到同样的问题,可以参考。 1)需求: 当通过菜单进入页面时,页面中的checkbox处于被选中状态,页面提交后forward回本页转载 2013-04-18 09:37:46 · 1458 阅读 · 0 评论 -
"org.apache.struts.taglib.html.BEAN" in any scope
联系struts1.x的checkbox时遇到了"org.apache.struts.taglib.html.BEAN" in any scope这个错 详细错误如下: HTTP Status 500 - type Exception report message description The server encountered an internal error原创 2013-04-18 22:10:52 · 2821 阅读 · 0 评论 -
Struts1.x笔记相关网址
张孝祥教程笔记:http://blog.csdn.net/toyouheart/article/details/4509466 图: http://liuxi1024.iteye.com/blog/1113398 基础知识: http://www.cnblogs.com/tongzhiyong/archive/2009/08/30/1556720.html htt转载 2013-05-30 11:35:34 · 800 阅读 · 0 评论 -
Struts1.x 常用标签及属性
strutsnestedbeanhtmlactionstring 目录(?)[-] 标签的公共特征struts标签使用举例-HTML htmlbasehtmlcancelhtmlformhtmlselect标签 htmloptionhtmloptionshtmloptionsCollection标签 htmlcheckbox标签htmlmultibox标签htmlra转载 2013-06-28 14:54:24 · 4931 阅读 · 0 评论