Revision: 1296
          http://stripes.svn.sourceforge.net/stripes/?rev=1296&view=rev
Author:   bengunter
Date:     2010-10-01 01:10:30 +0000 (Fri, 01 Oct 2010)

Log Message:
-----------
Correction for STS-767: The "kaboom" flag should be set to true even if the 
warning is not logged.

Modified Paths:
--------------
    
branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/BeanFirstPopulationStrategy.java

Modified: 
branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/BeanFirstPopulationStrategy.java
===================================================================
--- 
branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/BeanFirstPopulationStrategy.java
     2010-09-30 15:31:05 UTC (rev 1295)
+++ 
branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/BeanFirstPopulationStrategy.java
     2010-10-01 01:10:30 UTC (rev 1296)
@@ -65,8 +65,8 @@
                 catch (ExpressionException ee) {
                     if 
(!StripesConstants.SPECIAL_URL_KEYS.contains(tag.getName())) {
                         log.info("Could not find property [", tag.getName(), 
"] on ActionBean.", ee);
-                        kaboom = true;
                     }
+                    kaboom = true;
                 }
             }
 


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

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to