Custom Converter Class Implementation This article explains the simple Converter class implementation. Converter class is used for converting any given input to the desired output format or with any business logic to the input values. This example also includes the PhaseListener to identify in which JSF lifecycle phase the convertion happens. JSP File (index.jsp) 1 [...]
Archive | July 8th, 2008
How to implement f:phaseListener for h:commandButton?
July 8, 2008
Introduction This article explains with basic example on how to implement the f:phaseListener in JSF. This tag is useful for registering any particular component to the Life Cycle of the phases. This following program provides very basic example for using f:phaseListener inside h:commandButton. JSP File (index.jsp) 1 2 3 4 5 6 7 8 9 [...]






July 8, 2008
0 Comments