- 浏览: 119803 次
- 性别:
最新评论
-
killvin:
垃圾公司有在招人了,你们都去应聘吧
sigh,又是按照代码行数统计工作量... -
流浪者:
没一点技术含量真是
sigh,又是按照代码行数统计工作量... -
tysw:
jlusdy 写道各位
鼠标滚轮不是自己的
可手是自己的啊
...
sigh,又是按照代码行数统计工作量... -
jlusdy:
各位
鼠标滚轮不是自己的
可手是自己的啊
sigh,又是按照代码行数统计工作量... -
lordhong:
final String NULL_STRING ...
sigh,又是按照代码行数统计工作量...
文章列表
http://www.blogcn.com/blog?u=zlz819
- 2004-09-25 12:24
- 浏览 1043
- 评论(0)
今天改bug的时候,发现搞了半天我设的值都被拦截器给搞掉了-_-///.可是对拦截器不了解,一直觉得很神秘,不敢去改。先研究研究看看
- 2004-09-19 19:22
- 浏览 835
- 评论(0)
http://www.matrix.org.cn/subjects/Wiki.jsp?page=EclipsePlugins
- 2004-08-22 16:05
- 浏览 887
- 评论(0)
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 ...
- 2004-08-22 14:30
- 浏览 1543
- 评论(0)
记一个使用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 ...
- 2004-08-22 00:20
- 浏览 1454
- 评论(0)
:oops: 实在太差了
------------------------------
jsp里:
Iterator 显示一个String数组:
<ww:iterator value="properties" status="index">
<ww:property />
index =
<ww:property value="#index.count"/>
<p>
</ww:iterator>
action里:
public String[] ...
- 2004-08-13 00:29
- 浏览 1105
- 评论(0)
http://forum.iteye.com/viewtopic.php?t=6103&highlight=webwork
http://forum.iteye.com/viewtopic.php?t=6054&highlight=webwork
- 2004-08-11 17:57
- 浏览 1064
- 评论(0)
使用的时候像这样:
<form action="<%=request.getContextPath();%>/pageAction.do" name ="hello" method="post" >
<test:pager formName="hello"/>
</form>
form的action名字随便写,只要给tag传进formname就可以了。
不过组装显示内容的action里要根据从页面得到的(pageIndex/pageTotal/pageNo)来组装 ...
- 2004-08-09 15:52
- 浏览 1596
- 评论(0)
使用的时候像这样:
<form action="<%=request.getContextPath()%>/pageAction.do" name ="hello" method="post" >
<test:pager formName="hello"/>
</form>
form的action名字随便写,只要给tag传进formname就可以了。
不过组装显示内容的action里要根据从页面得到的(p ...
- 2004-08-09 14:23
- 浏览 1237
- 评论(0)
用native2ascii转过都没有用,奇怪了。可能跟页面的编码设置有关系,明天用到<message>标签取出来看看是什么结果。
---------------------------------
问题解决了,页面上
<%@ page contentType="text/html;CHARSET=utf8" language="java" %>
然后native2ascii source.properties target.properties
原来也是这样搞的就不行,真是奇怪了。
- 2004-08-09 14:14
- 浏览 1486
- 评论(0)
在服务器端验证信息可以打印出来,但是在页面上加上valid=true就出现脚步错误。
这个错误怎么解决呢?
错误:"$parameters"未定义
资料都找不到,郁闷了
不过看wiki里说有一些类型是不支持客户端验证的,一定要实现了ScriptValidationAware 接口的冬冬才可以......
明天再试试,真的不行就就先放一下,把用struts的validation用熟一点算了。
- 2004-08-08 01:38
- 浏览 1251
- 评论(0)
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
- 2004-08-06 09:14
- 浏览 961
- 评论(0)