
java ee
linsay111
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
no persistent classes found for query class
1. The class org.dais.efm.vo.common.BusinessEntity is not mapped 2. The mapping is not loaded 3. The class is not in your classpath 用ssh框架的时候似乎mapping总是忘记。 如果是采用依赖注入的方式,则1可以省略,但是不要忘转载 2014-03-11 21:33:11 · 1219 阅读 · 0 评论 -
jsp中 struts显示
可以在action中用session.putValue("bean",bean); 进行存储。 在jsp显示页面通过session.getValue("bean");得到对象即可进行操作。 实例:原创 2014-03-14 16:34:22 · 377 阅读 · 0 评论 -
spring定时任务
http://www.kankanews.com/ICkengine/archives/8064.shtml原创 2014-03-13 21:53:44 · 451 阅读 · 0 评论 -
<s:textfield>
<s:textfield name="customerName" label="Customer Name" value=' but it didn't work. You can not use a tag inside of a tag. Use OGNL instead!转载 2014-03-14 17:44:03 · 510 阅读 · 0 评论