JavaServer Faces References
General
- Java EE 7 Platform API Specification: 查詢 Java EE 相關的 API
- JavaServer Faces 2.2 Facelets Tag Library Documentation: JSF tag 文件
- Package javax.faces.component Description: 說明 javafx.faces.component 套件中的類別, 提供 class diagram.
- Java Platform, Enterprise Edition (Java EE) 7: Java EE 文件入口
- The Java EE 7 Tutorial
- TutorialsPoints: 提供許多的 Example:
- JSF HTML Tag Reference (http://www.jsftoolbox.com/): 提供 tag 的說明及 render 後的畫面。
- JSF 2.0 Tutorial (http://www.mkyong.com/) : 另一個提供 JSF 介紹的網站, 裡面的 Example 有非常詳盡的說明。
- JSF Request Life-Cycle (圖片)
Converters and Validators
About Standard JSF Converters (Oracle.com): Provide the various converter and their full class name.
Time Zone and Locale List
DateTime Converter
Date Format Pattern SyntaxTime Zone and Locale List
Validators
另一個方法, 只需使用
ResourceBundle bundle = ResourceBundle.getBundle("resources.msgs");
即可。
Immediate attribute for UICommand and UIInput components
Tips
Reset the form
How do I reset input fields after a validation failure? by John Yeary
介紹 f:ajax 中的 resetValues 屬性及 f:resetValues 標籤的使用。
在JSF 2.2 後, 提供了 f:resetValues 標籤,放在 h:command 元件中。Example:
Is It Possible to Bind An HTML5 Component (input type="“date”") To A Managed Bean Property?
HTML5 support in JSF 2.2
介紹 f:ajax 中的 resetValues 屬性及 f:resetValues 標籤的使用。
在JSF 2.2 後, 提供了 f:resetValues 標籤,放在 h:command 元件中。Example:
HTML5 and JSF
Is It Possible to Bind An HTML5 Component (input type="“date”") To A Managed Bean Property?
HTML5 support in JSF 2.2
沒有留言:
張貼留言