- 浏览: 36414 次
- 性别:
- 来自: 陕西
最新评论
文章列表
http://rockjava.iteye.com/blog/185147
Richfaces 中<rich:modalPanel />有3中开启与关闭的方式分别如下
1.使用<rich:componentControl />标签
Xml代码
1. <h:graphicImage value="/open.png" id="showlink"/>
2. <rich:componentControl for="modalPanelId" attachTo=" ...
- 2009-06-13 18:20
- 浏览 1080
- 评论(0)
RichFaces Tabs: switch dynamically
http://hobione.wordpress.com/2008/04/18/richfaces-tabs-switch-dynamically/
dataTable and radio button in JSF
http://hobione.wordpress.com/2009/05/29/datatable-and-radio-button-in-jsf/
- 2009-06-13 18:17
- 浏览 513
- 评论(0)
http://www.secaa.cn/2009/06/3205.html
在搞一个jbpm的项目,要用db2的数据库来存储jbpm那一大堆的表,但是用了jbpm-jpdl-3.2.2里的db文件夹下的jbpm.jpdl.db2.sql这个脚本,执行第一次报了说表空间不够的错误,查文档,jbpm的官方给出的解决办法如下:
http://wiki.jboss.org/wiki/JbpmOnDB2
Running jBPM on DB2 or UDB
Notes applying to all DB2 versions:
To get jBPM to run on DB2, you need ...
- 2009-06-13 18:12
- 浏览 766
- 评论(0)
http://www.jroller.com/holy/entry/seam_tutorial_1_2_richfaces
- 2009-06-13 15:55
- 浏览 791
- 评论(0)
下载 livedemo of sample code
http://livedemo.exadel.com/richfaces-demo/index.jsp
http://repository.jboss.com/maven2/org/richfaces/samples/
- 2009-06-12 19:06
- 浏览 1383
- 评论(0)
ctrl + space will switch between chinese and english.
- 2009-06-05 17:51
- 浏览 714
- 评论(0)
空格 in XHTML  
空格 <s:link> </s:link> #{' '} <s:link > </s:link>
seam 2.1.2 RC2 admin login for identity manager
SQL statements which are executed at application startup if hibernate.hbm2ddl.auto is 'create' or 'create-drop'
set 'update'
and
in h2 db, can run the sq ...
- 2009-05-31 19:04
- 浏览 622
- 评论(0)
"You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null."
whenever the i save something on my IDE and hot deployment is done.
The fix for the above error is change overwrite="true" to overwrite="false"
<target name=&quo ...
- 2009-05-15 21:19
- 浏览 1475
- 评论(0)
when create entity with @Id,
without @GeneratedValue
at first time.
the table need to be drop and recreate again.
- 2009-05-13 14:24
- 浏览 931
- 评论(0)