JSF onload action during restore and render response phase

November 10, 2008

When comparing JSF with action based frameworks like Struts, Webwork, etc. one of the major missing feature is onload action. Read the rest of this entry »


Arbitrary validation in JSF using validator attribute

August 12, 2008

Recently I was searching for an example about the arbitrary validation in JSF component, found very minimal examples in the web. Here I would like to share my knowledge on this.

Read the rest of this entry »


JSF default timezone and date pattern

July 8, 2008

By default JSF using GMT timezone to convert the date into display format. I did Google search about this issue, found no simple solution to solve this problem.

Here is a simple solution where you can provide your custom date time converter. I like this solution because it fixes GMT date/time issue across the application.

Read the rest of this entry »