Tech Brainwave

A Road Map for Innovative Technologies

Archive for September, 2009

Tricks to Add Scroll Bars for Rich ModalPanel

Posted by giftsam Posted on Sep - 22 - 2009

Introduction: Rich faces contains so many benificial components which also includes rich:modalpanel. Implementing rich:modalpanel is quite easy by following the document of richfaces. But assume that if the page to be displayed in the modal panelĀ  is bigger that the monitor screen size, definitely the page will be extended over the screen with no scroll  [ Read More ]

Categories: Java, Java EE, JSF, Richfaces

Exception Handling in JSF

Posted by giftsam Posted on Sep - 21 - 2009

Introduction: We the developers, exert much effort to write perfect code. Regrettably, some times we may met with an exception or error conditions. While surfing the net, So many questions pointed out, how to handle the exceptions in JSF by showing a custom page instead of Java Stack trace. This article is consecrated for the  [ Read More ]

Categories: Java, Java EE, JSF, Servlets