/[Apache-SVN]/myfaces/impl/trunk/src/java/org/apache/myfaces/application/ApplicationImpl.java
ViewVC logotype

Diff of /myfaces/impl/trunk/src/java/org/apache/myfaces/application/ApplicationImpl.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- myfaces/impl/trunk/src/java/org/apache/myfaces/application/ApplicationImpl.java	2005/11/25 00:03:17	348837
+++ myfaces/impl/trunk/src/java/org/apache/myfaces/application/ApplicationImpl.java	2005/11/25 00:28:55	348838
@@ -429,9 +429,15 @@ public class ApplicationImpl
         }
         else
         {
+            try {
             UIComponent component = createComponent(componentType);
             valueBinding.setValue(facesContext, component);
             return component;
+            } catch(FacesException ex) {
+                log.error("Exception while creating component of type [" + componentType + "]"
+                        + " for binding [" + valueBinding.getExpressionString() + "]");
+                throw ex;
+            }
         }
     }
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26