JSF 2.0 Cookbook: LITE
上QQ阅读APP看书,第一时间看更新

Chapter 1. Using Standard and Custom Converters in JSF

In this chapter, we will cover:

  • Working with implicit and explicit conversions
  • Standard converters for numbers
  • Standard converters for date and time
  • Converters and NULL values
  • Creating and using a custom converter
  • Using converters for h:selectOneMenu
  • Binding converters to backing bean properties
  • RichFaces and standard converters
  • RichFaces and custom converters
  • Instance variables in converters
  • Client-side converters with MyFaces Trinidad