`
xmx0632
  • 浏览: 119803 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论
文章列表
http://www.blogcn.com/blog?u=zlz819
http://www.javajia.com/pattern.php
今天改bug的时候,发现搞了半天我设的值都被拦截器给搞掉了-_-///.可是对拦截器不了解,一直觉得很神秘,不敢去改。先研究研究看看
今天才知道在form中用get提交的时候会把过长的内容去掉,post则不会
http://www.matrix.org.cn/subjects/Wiki.jsp?page=EclipsePlugins
age:<ww:property value="user.age"/>和 ,age1:<ww:property value="user.getAge()"/> 的效果是一样的。 可以用 Test:<ww:property value="user.getTest(@demo.Constants@TEST)"/>调用带参数的方法,也可以用Test1:<ww:property value="user.getTest(\"he ...
记一个使用iterator标签的例子 /* * Created on 2004-8-2 * author:xmx */ package demo.tagdemo; import com.opensymphony.xwork.Action; import java.util.List; import java.util.ArrayList; public class TagDemoAction implements Action { //跟需要在页面输入的信息相对应 private User user= new User();; private ...
http://www.opencms.org/opencms/en/
:oops:   实在太差了 ------------------------------ jsp里: Iterator  显示一个String数组: <ww:iterator value="properties" status="index"> <ww:property /> index = <ww:property value="#index.count"/> <p> </ww:iterator> action里: public String[] ...
http://forum.iteye.com/viewtopic.php?t=6103&highlight=webwork http://forum.iteye.com/viewtopic.php?t=6054&highlight=webwork
使用的时候像这样: <form action="<%=request.getContextPath();%>/pageAction.do" name ="hello" method="post" > <test:pager formName="hello"/> </form> form的action名字随便写,只要给tag传进formname就可以了。 不过组装显示内容的action里要根据从页面得到的(pageIndex/pageTotal/pageNo)来组装 ...
使用的时候像这样: &lt;form action="&lt;%=request.getContextPath()%&gt;/pageAction.do" name ="hello" method="post" &gt; &lt;test:pager formName="hello"/&gt; &lt;/form&gt; form的action名字随便写,只要给tag传进formname就可以了。 不过组装显示内容的action里要根据从页面得到的(p ...
用native2ascii转过都没有用,奇怪了。可能跟页面的编码设置有关系,明天用到&lt;message&gt;标签取出来看看是什么结果。 --------------------------------- 问题解决了,页面上 &lt;%@ page contentType="text/html;CHARSET=utf8" language="java" %&gt; 然后native2ascii source.properties target.properties 原来也是这样搞的就不行,真是奇怪了。
在服务器端验证信息可以打印出来,但是在页面上加上valid=true就出现脚步错误。 这个错误怎么解决呢? 错误:"$parameters"未定义 资料都找不到,郁闷了 不过看wiki里说有一些类型是不支持客户端验证的,一定要实现了ScriptValidationAware 接口的冬冬才可以...... 明天再试试,真的不行就就先放一下,把用struts的validation用熟一点算了。
http://www.blueidea.com/ http://www.rsblog.com http://blog.csdn.net/dawave/archive/2004/07/22/49307.as http://www.rsblog.com/page/xmx0632 http://www.rsblog.com/rss/xmx0632 http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecref/index.shtml
Global site tag (gtag.js) - Google Analytics