lijie250

我的评论

re: MySQL 存储过程参数用法 in, out, inout(转)[未登录] jezz 2009-04-22 10:49  
还不错!
re: 在Struts 2.0中实现表单数据校验(Validation)[未登录] jezz 2009-04-22 09:36  
呵呵不错!
re: 这大半年的沉寂 jezz 2008-07-03 21:25  
是的啊,我的Struts2就是在这里起航的!希望有时间可以继续写!
re: 在Java中连接字符串时是使用+号还是使用StringBuilder[未登录] jezz 2008-05-08 08:38  
分析的真仔細!受益了!
re: Java中堆和栈的区别(转)[未登录] jezz 2008-05-05 18:25  
講的不錯!
re: 用commons-email-1.1.jar实现发邮件功能: jezz 2008-05-02 15:40  
那個mail.jar在哪找啊?我的JDK1.5不帶啊!
re: 忽然想起了大学的时候学linux[未登录] jezz 2007-12-11 22:25  
其实也不能怪老师,中国大学就这样!
还是靠自己!
re: 基于WEB的批量大文件上传下载技术共享(含源代码) jezz 2007-11-24 22:47  
谢谢lijie250@gmail.com
re: Struts2.0文件上传-文件尺寸问题[未登录] jezz 2007-10-31 23:29  
我也遇到了,我做的批量上传,好象只能设置它总共上传的大小,不能设置每个上传的大小!而且很大也不报错,只在控制台报错!
re: Struts2使用示例源码[未登录] jezz 2007-10-18 13:54  
lijie250@gmail.com
我需要谢谢!
re: Java做的酒店管理系统(C/S)源码[未登录] jezz 2007-09-26 22:20  
呵呵不错啊值得学习!
lijie250@gmail.com
re: 在Struts 2.0中实现表单数据校验(Validation) jezz 2007-06-26 00:00  
那不用写javascript验证啊?
re: 在Struts 2中实现IoC jezz 2007-06-21 20:30  
@yang
你的问题好像是缺少那个struts2-spring-plugin-2.0.6.jar包
你下载那个struts2的框架时候里面带的example!
就有这个包你自己找找!
re: 在Struts 2.0中实现表单数据校验(Validation) jezz 2007-06-03 22:45  
在第一个例子有点小问题
validation.loc = 区域必须为中国或美国
这个我显示出错,没有显示出错信息,直接把validate.loc显示出来了!
后来我把
validate.loc = 区域必须为中国或美国
就可以显示了!

我直接在关注你的文章!
已经加了你的gtalk很少看到你!
re: 在Struts 2.0中国际化(i18n)您的应用程序 jezz 2007-05-30 21:49  
我现在成功了!
但是TOMCAT的控制台有很多错误信息!
不知道那设置错了!
[2007-05-30 21:40:35,843] [http-8080-1] DEBUG com.opensymphony.xwork2.util.Insta
ntiatingNullHandler - Entering nullPropertyValue [target=[com.opensymphony.xwork
2.ActionSupport@16877f8, com.opensymphony.xwork2.DefaultTextProvider@1d95da8], p
roperty=templateDir]
[2007-05-30 21:40:35,843] [http-8080-1] DEBUG com.opensymphony.xwork2.util.Insta
ntiatingNullHandler - Entering nullPropertyValue [target=org.apache.struts2.util
.AttributeMap@5a2eaa, property=templateDir]
[2007-05-30 21:40:35,843] [http-8080-1] DEBUG com.opensymphony.xwork2.util.XWork
MapPropertyAccessor - Entering getProperty (ognl.OgnlContext@3a55c38f,org.apache
.struts2.util.AttributeMap@5a2eaa,templateDir)
[2007-05-30 21:40:35,843] [http-8080-1] DEBUG com.opensymphony.xwork2.util.Insta
ntiatingNullHandler - Entering nullPropertyValue [target=[com.opensymphony.xwork
2.ActionSupport@16877f8, com.opensymphony.xwork2.DefaultTextProvider@1d95da8], p
roperty=templateDir]
[2007-05-30 21:40:35,843] [http-8080-1] DEBUG com.opensymphony.xwork2.util.Insta
ntiatingNullHandler - Entering nullPropertyValue [target=[com.opensymphony.xwork
2.ActionSupport@16877f8, com.opensymphony.xwork2.DefaultTextProvider@1d95da8], p
roperty=templateDir]
[2007-05-30 21:40:35,843] [http-8080-1] DEBUG com.opensymphony.xwork2.util.Insta
ntiatingNullHandler - Entering nullPropertyValue [target=org.apache.struts2.util
.AttributeMap@5a2eaa, property=templateDir]
[2007-05-30 21:40:35,843] [http-8080-1] DEBUG org.apache.struts2.components.UIBe
an - Rendering template /template/simple/select
[2007-05-30 21:40:35,843] [http-8080-1] DEBUG freemarker.cache - template/simple
/select.ftl[zh_CN,UTF-8,parsed] cached copy not yet stale; using cached.
[2007-05-30 21:40:35,843] [http-8080-1] DEBUG org.apache.struts2.components.temp
late.FreemarkerTemplateEngine - Rendering template /template/simple/select.ftl
[2007-05-30 21:40:35,859] [http-8080-1] DEBUG freemarker.cache - template/simple
/scripting-events.ftl[zh_CN,UTF-8,parsed] cached copy not yet stale; using cache
d.
[2007-05-30 21:40:35,859] [http-8080-1] DEBUG freemarker.cache - template/simple
/common-attributes.ftl[zh_CN,UTF-8,parsed] cached copy not yet stale; using cach
ed.
[2007-05-30 21:40:35,859] [http-8080-1] DEBUG com.opensymphony.xwork2.config.Con
figurationManager - Checking ConfigurationProviders for reload.
re: 在Struts 2.0中国际化(i18n)您的应用程序 jezz 2007-05-29 21:50  
我也测试了你的第一个例子
控制台报错我没用IDE就是手工写的
错误信息如下:
[2007-05-29 21:23:38,290] [http-8080-1] DEBUG com.opensymphony.xwork2.config.Con
figurationManager - Checking ConfigurationProviders for reload.
[2007-05-29 21:23:38,321] [http-8080-1] DEBUG com.opensymphony.xwork2.util.Insta
ntiatingNullHandler - Entering nullPropertyValue [target=[com.opensymphony.xwork
2.DefaultTextProvider@1142196], property=org]
[2007-05-29 21:23:38,493] [http-8080-1] DEBUG com.opensymphony.xwork2.util.Insta
ntiatingNullHandler - Entering nullPropertyValue [target=[com.opensymphony.xwork
2.DefaultTextProvider@1142196], property=struts]

哪个struts.properties文件和其他的文件不知道放在那?
如果方便的话就把源文件发给我!谢谢!
我的email:lijie250#gmail.com
re: Strus 2的新表单标志的使用 jezz 2007-05-22 22:07  
我在测试哪个token的时候tomcat控制台报错:
严重: ParametersInterceptor - [setParameters]: Unexpected Exception catched: Err
or setting expression 'struts.token' with value '[Ljava.lang.String;@13576a2'
2007-5-22 21:36:17 com.opensymphony.xwork2.interceptor.ParametersInterceptor set
Parameters
严重: ParametersInterceptor - [setParameters]: Unexpected Exception catched: Err
or setting expression 'struts.token.name' with value '[Ljava.lang.String;@ff8c74
'
2007-5-22 21:36:17 com.opensymphony.xwork2.validator.ActionValidatorManagerFacto
ry <clinit>
信息: Detected AnnotationActionValidatorManager, initializing it...
Executing action, your message is 23566
2007-5-22 21:36:25 com.opensymphony.xwork2.interceptor.ParametersInterceptor set
Parameters
严重: ParametersInterceptor - [setParameters]: Unexpected Exception catched: Err
or setting expression 'struts.token' with value '[Ljava.lang.String;@c68a98'
2007-5-22 21:36:25 com.opensymphony.xwork2.interceptor.ParametersInterceptor set
Parameters
严重: ParametersInterceptor - [setParameters]: Unexpected Exception catched: Err
or setting expression 'struts.token.name' with value '[Ljava.lang.String;@354749
'
2007-5-22 21:36:25 org.apache.struts2.util.TokenHelper validToken
警告: Form token LNTDZ5OTANEM6E0Y0ZDGJSPA7WOXLI4 does not match the session toke
n GA8LF6M6WO4PY7YZ0PBXQLTVP3R6ZQS5.
请MAX帮我看下!以后我会经常来的!我也在学struts2
 
<2025年6月>
日一二三四五六
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

 导航

  • 首页
  • 发新随笔
  • 发新文章
  • 联系
  • 聚合
  • 管理

 统计

  • 随笔: 1
  • 文章: 5
  • 评论: 0
  • 引用: 0

常用链接

  • 我的随笔
  • 我的评论
  • 我的参与

留言簿(1)

  • 给我留言
  • 查看公开留言
  • 查看私人留言

随笔档案

  • 2008年10月 (1)
  • 2007年10月 (1)

文章分类

  • java (rss)
  • MySql (rss)
  • Struts2 (rss)
  • 其他(1) (rss)
  • 生活(1) (rss)

文章档案

  • 2008年10月 (1)
  • 2008年3月 (1)
  • 2007年10月 (2)

相册

  • 图片

收藏夹

  • database (rss)
  • struts2(3) (rss)

搜索

  •  

最新评论


Powered by: 博客园
模板提供:沪江博客
Copyright ©2025 jezz