J2EE、WEBGIS项目开发 Tapestry、Prado、Zend框架学习
学无止境
posts - 48, comments - 13, trackbacks - 0, articles - 0
BlogJava
::
首页
::
新随笔
::
联系
::
聚合
::
管理
我的评论
re: 获取Tapestry 5学习资源
董锐 2009-02-16 17:35
你好!,我用svn去这个地址
http://svn.apache.org/repos/asf/下载tapestry5的资源
,怎么总是提示下面的错误啊?
Error: Server sent unexpected return value (403 Forbidden) in response to REPORT
Error: request for '/repos/asf/!svn/vcc/default'
re: 从编写代码到制造代码
董锐 2009-02-16 11:51
都是作者自己写的吗?好厉害啊!
re: Help:关于tapestry中@submit的listener中改变了page中的某个property,但其改变没有体现在页面中的问题!
董锐 2009-01-03 23:00
此问题已解决了:
public void pageBeginRender(PageEvent event) {
........
if (getModifyItem()==null)//加上这句就好了,不然每次提交后改变的值在这里又被改回去了..
setModifyItem(....);
....
}
Powered by:
BlogJava
Copyright © 董锐
日历
<
2025年1月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(3)
给我留言
查看公开留言
查看私人留言
随笔档案
2010年12月 (1)
2010年11月 (1)
2010年8月 (1)
2010年7月 (2)
2010年1月 (1)
2009年12月 (1)
2009年10月 (1)
2009年9月 (5)
2009年8月 (1)
2009年4月 (2)
2009年3月 (11)
2009年2月 (7)
2009年1月 (14)
相册
我和女儿
搜索
最新评论
1. re: Warning: Cannot modify header information - headers already sent by ...."[未登录]
赞!
--wang
2. re: Ant的bulid.xml中某个target添加延时
评论内容较长,点击标题查看
--秦勇
3. re: 从php中访问java[未登录]
asasd
--as
4. re: tapestry5中中文问题
评论内容较长,点击标题查看
--suifeng
5. re: 连接oracle时出错:ORA-12705: Cannot access NLS data files or invalid environment specified
特感谢。
--kobi
阅读排行榜
1. 连接oracle时出错:ORA-12705: Cannot access NLS data files or invalid environment specified(13491)
2. Warning: Cannot modify header information - headers already sent by ...."(7394)
3. 运行maven时错误:java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher (6147)
4. 从dwr2.0到dwr3.0的转换(转载)(2911)
5. 如何在一台机器上启动两个tomcat服务(2371)
评论排行榜
1. 今天遇到了一个奇怪的问题,一个正常的页面在一个同事的浏览器内显示为空白(3)
2. 从php中访问java(2)
3. Ant的bulid.xml中某个target运行有问题(2)
4. 连接oracle时出错:ORA-12705: Cannot access NLS data files or invalid environment specified(2)
5. Warning: Cannot modify header information - headers already sent by ...."(1)