Struts2
文章平均质量分 52
三三得九_尚
性格外向,爱学习
展开
-
jsp字体上下滚动效果
String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> "> My JSP 'top.jsp' start原创 2013-01-25 14:59:53 · 3255 阅读 · 0 评论 -
marquee字体滚动
direction=up>上下滚动 aligh=left|center|right|top|bottom bgcolor=#n direction=left|right|up|down behavior=type height=n hspace=n scrollamount=n Scrolldelay=n width=n hsp原创 2013-01-25 15:57:46 · 785 阅读 · 0 评论 -
struts中for循环遍历
基础信息 ps: userList是Action中的集合,user是集合中对象的别名 其实就类似于java里的foreach循环 for(User user:UserList){ sysout(user.getMerName());//简写输出语句 }原创 2013-01-25 13:34:03 · 687 阅读 · 0 评论 -
struts2页面上double类型的数据转换成整数
String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> "> My JSP 'userLst.jsp' s原创 2013-01-25 15:03:30 · 4127 阅读 · 0 评论 -
JSP frameset
此架构包含了三个页面top.jsp, left.jsp, body.jsp 当点击left.jsp页面中的“提交”按钮时,右边的body.jsp页面换成另一个页面即userLst.jsp 则在struts跳转路径中配置为: /xyjsp/userLst.jsp 即可原创 2013-01-25 13:47:53 · 7043 阅读 · 0 评论