log catched exceptions
----------------------
Key: MYFACES-1707
URL: https://issues.apache.org/jira/browse/MYFACES-1707
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 1.1.5
Reporter: Brian Preuß
Please log catched exceptions e.g. in
org.apache.myfaces.renderkit.html.HtmlFormatRenderer:
103 MessageFormat format = new MessageFormat(pattern,
facesContext.getViewRoot().getLocale());
104 try
105 {
106 return format.format(args);
107 }
108 catch (Exception e)
109 {
110 log.error("Error formatting message of component " +
htmlOutputFormat.getClientId(facesContext));
111 return "";
112 }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.