Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Also, in this project you can found:

  • mcc<mcc:convertBooleanconvertBoolean> : Simple true/false converter with alternate representations of true false (yes/no), (1/0), and (way/no way).
  • mcc<mcc:convertDateTimeconvertDateTime> : Simple convert that overrides the spec DateTimeConverter and uses TimeZone.getDefault() as the base timezone, rather than GMT. Convert date time using normal system timezone like it should. In JSF 2.0 a new param for enable this behavior for f:convertDateTime was created called javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE.
  • mcc<mcc:convertEnumconvertEnum> : Alternate enum converter.
  • mcc<mcc:convertNumberconvertNumber> : Converter which uses either the manually set destType or the value binding to determine the correct destination type to convert the number to This tag creates a number formatting converter and associates it with the nearest parent UIComponent. It uses either the manually set destType or the value binding to determine the correct destination type to convert the number to.