Fan's blog Rotating Header Image

Posts under ‘JSF’

JSF Custom Compoment development tips

1. JSP taglibIn JSF, the scriplet like “#{RequestBean1.name}” is treated as a ValueExpression field in tab class. The corresponding tab lib definition file should nests the attribute type with deferred-value.
And also in tld file, jsp-version 2.1 element should be included. If this scriplet is missed, some container like Tomcat 6.0.16 will take this tag as [...]

在Netbeans 6.1中使用dojo开发自定义的JSF组件

前提:netbeans 6.1 beta。
目的:开发一个功能最简的JSF woodstock组件。
准备:Firefox + FireBug插件
原文在这里。压根儿拷贝不过来,又一个信息孤岛。