[jboss-cvs] jboss-seam/src/ui/org/jboss/seam/ui ...
Gavin King
gavin.king at jboss.com
Mon May 21 13:52:57 EDT 2007
User: gavin
Date: 07/05/21 13:52:57
Modified: src/ui/org/jboss/seam/ui ModelValidator.java
Log:
JBSEAM-1121
Revision Changes Path
1.10 +1 -1 jboss-seam/src/ui/org/jboss/seam/ui/ModelValidator.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ModelValidator.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/ModelValidator.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- ModelValidator.java 13 May 2007 08:33:36 -0000 1.9
+++ ModelValidator.java 21 May 2007 17:52:57 -0000 1.10
@@ -29,7 +29,7 @@
}
catch (Exception e)
{
- throw new ValidatorException( new FacesMessage(FacesMessage.SEVERITY_ERROR, "model validation failed:" + e.getMessage(), null) );
+ throw new ValidatorException( new FacesMessage(FacesMessage.SEVERITY_ERROR, "model validation failed:" + e.getMessage(), null), e );
}
if ( ivs.length>0 )
{
More information about the jboss-cvs-commits
mailing list