- 浏览: 132527 次
- 性别:
- 来自: 北京
最新评论
-
零零发发:
Activiti6.0工作流引擎深度解析与实战网盘地址:htt ...
activiti工作流引擎思想探究 -
Bll:
1.原来是eclipse的debug断点设置不正确造成了deb ...
eclipse 突然debug模式不能正常运行了,但非debug模式却能正常运行,问题解决。 -
geeksun:
songxh2有没有试过在上传时限制文件的大小,如限制为1M? ...
FCKeditor-2.3中文化问题解决补充 -
pn2008:
http://www.iteye.com/topic/2678 ...
FCKeditor-2.3中文化问题解决补充 -
songxh2:
但2.6不支持tomcat4.1
FCKeditor-2.3中文化问题解决补充
文章列表
有个问题,hibernate实体hbm的配置问题:
可否把一个查询的结果绑定为一个实体的属性。
例如:
<class name="test" table="test">
<id name="id"><generator class="native"/></id>
<property name="field1" type="string"/>
<property name="field2" ty ...
一、问题特征如下:
我在使用单向Many-to-one关系时,主要是想用作数据字典链接,1的一端是基本不变的数据,所以希望仅在many的这边进行引用。引用的方式有:
1.创建的时候新建引用;
2.修改的时候可以更新引用;
我是 ...
spring bean 结构:
interface impliment
BaseDao BaseDaoImpl
| |
ProductDao ProductDaoImpl
BaseService BaseServiceImpl
| |
ProDuctService ProDuctServiceImpl
spring配置:
beanid class proper ...
t:inputdate popup buttion run a err in tomahowk1.1.6 + myface1.2
when i push the button ,javascript run in error,
error :'j_5Fid_5Fjsp_5F451056552_5F5_3Adate1CalendarVar' null or not object.
i was pain for it ..please help me.
i find the bug..... the reson is javascript not initiate correc ...
1-20)tomhowk1.1.3和trinidad1.0.1混用的时候发生冲突,<t:datatable> 翻页的链接不能正常显示,必须取消faces-config.xml文件中的trinidad的renderkit标签
<!-- Use the Trinidad RenderKit
<default-render-kit-id>
org.apache.myfaces.trinidad.core
</default-render-kit-id>
-->
1-21)j ...
1)web环境下,spring,jsf环境配置问题:
1-1)1web.xml里配置spring的web.context.ContextLoaderListener;
1-2)faces-config.xml里配置org.springframework.web.jsf.DelegatingVariableResolver链接jsf和spring的beans访问环境的代理程序,spring.xml
1-3)managed-bean managed-property 的值好像不能指定为接口class??!
1-4)自动生成bean然后移动目录导致,user ...
myEclipse5.5.1GA调试,运行指针竟然能到不成立的条件里边去,怎么拉?
大家请看截图,绝无虚假,不知是否调试工具的问题还是我太愚笨。。
中文版:
英文版:
tomahowk的<t:selectManyCheckbox>新特性,增加了checkbok的散列布局样式属性。
原来jsf核心版本提供了layout有 layout=pageDirection,lineDerection两种,
但这两种局限就是只能在<h:selectManyCheckbox>标签的包含范围内显示。
而tomahowk1.1.6版本提供了新的layout=spread,散列的意思,它可以通过新增的标签
<t:checkbox index="0" for="chk"></t:checkbox> ...