Revision: 1196
          http://stripes.svn.sourceforge.net/stripes/?rev=1196&view=rev
Author:   bengunter
Date:     2009-10-27 18:54:40 +0000 (Tue, 27 Oct 2009)

Log Message:
-----------
Applied fix for STS-601 from trunk

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

Modified: 
branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/UseActionBeanTagExtraInfo.java
===================================================================
--- 
branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/UseActionBeanTagExtraInfo.java
       2009-10-27 18:51:29 UTC (rev 1195)
+++ 
branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/UseActionBeanTagExtraInfo.java
       2009-10-27 18:54:40 UTC (rev 1196)
@@ -70,7 +70,7 @@
         Collection<ValidationMessage> errors = new 
ArrayList<ValidationMessage>();
 
         Object beanclass = tag.getAttribute("beanclass");
-        String binding   = tag.getAttributeString("binding");
+        Object binding   = tag.getAttribute("binding");
         if (!(beanclass != null ^ binding != null)) {
             errors.add(new ValidationMessage(tag.getId(), "Exactly one of 
'beanclass' or 'binding' must be supplied."));
         }


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

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to