Revision: 1297
http://stripes.svn.sourceforge.net/stripes/?rev=1297&view=rev
Author: bengunter
Date: 2010-10-01 01:12:05 +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:
--------------
trunk/stripes/src/net/sourceforge/stripes/tag/BeanFirstPopulationStrategy.java
Modified:
trunk/stripes/src/net/sourceforge/stripes/tag/BeanFirstPopulationStrategy.java
===================================================================
---
trunk/stripes/src/net/sourceforge/stripes/tag/BeanFirstPopulationStrategy.java
2010-10-01 01:10:30 UTC (rev 1296)
+++
trunk/stripes/src/net/sourceforge/stripes/tag/BeanFirstPopulationStrategy.java
2010-10-01 01:12:05 UTC (rev 1297)
@@ -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