Revision: 885
          http://stripes.svn.sourceforge.net/stripes/?rev=885&view=rev
Author:   javelotinfo
Date:     2008-04-14 12:41:30 -0700 (Mon, 14 Apr 2008)

Log Message:
-----------
Fix for STS-542

Modified Paths:
--------------
    trunk/stripes/src/net/sourceforge/stripes/controller/DispatcherHelper.java

Modified: 
trunk/stripes/src/net/sourceforge/stripes/controller/DispatcherHelper.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/controller/DispatcherHelper.java  
2008-04-14 19:19:30 UTC (rev 884)
+++ trunk/stripes/src/net/sourceforge/stripes/controller/DispatcherHelper.java  
2008-04-14 19:41:30 UTC (rev 885)
@@ -364,6 +364,7 @@
             // Now if we have errors and the bean wants to handle them...
             if (errors.size() > 0 && bean instanceof ValidationErrorHandler) {
                 resolution = ((ValidationErrorHandler) 
bean).handleValidationErrors(errors);
+                fillInValidationErrors(ctx);
             }
 
             // If there are still errors see if we need to lookup the 
resolution


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to