Tech Brainwave

A Road Map for Innovative Technologies

Archive for the ‘Servlets’ Category

Resolve IE8 Compatibility Issues with Richfaces

Posted by giftsam Posted on Oct - 03 - 2009

Introduction I have developed a web application in JSF along with richfaces. My application perfectly works in the various browsers like Firefox, Google Chrome also in IE6 and IE7. But in IE8, I found a compatability issue with Richfaces. I felt wrecked, because the web application designed in the older version browsers, doesnt have the  [ Read More ]

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