Thursday, January 21, 2010

rich column vs jsf columns

Rich column : We could use attributes such as "SortBy" and "FilterBy".

Jsf column : Only some attributes is available.

Do you find another?comment please...

JSF : Simple Date Format

Sometimes we need to display Date Outputs.
There is customs format always used :

format : dd/MMM/yyyy kk:mm
Result : 26/Jan/2010 10:52

format : dd MMM yyyy kk:mm
Result : 26 March 2010 10:52

JSF : Using Currency Symbol

This is the Code :




This the Output :