Select a jQuery UI theme: Smoothness ThemeSouth Street ThemeSunny Theme
<t:actionLink t:id="ajax" t:zone="zone">Click Here to see the Exception Report</t:actionLink><br /> <t:zone t:id="zone"></t:zone>
public class AjaxExceptionReport { @Component private Zone zone; @OnEvent(value=EventConstants.ACTION, component="ajax") public Object displayException(){ String error = null; System.out.println(error.contains("error")); return zone; } }