Revision: 1151
          http://stripes.svn.sourceforge.net/stripes/?rev=1151&view=rev
Author:   fdaoud
Date:     2009-09-27 02:41:08 +0000 (Sun, 27 Sep 2009)

Log Message:
-----------
Fix for STS-601

Modified Paths:
--------------
    trunk/stripes/src/net/sourceforge/stripes/tag/UseActionBeanTagExtraInfo.java

Modified: 
trunk/stripes/src/net/sourceforge/stripes/tag/UseActionBeanTagExtraInfo.java
===================================================================
--- 
trunk/stripes/src/net/sourceforge/stripes/tag/UseActionBeanTagExtraInfo.java    
    2009-09-26 02:23:35 UTC (rev 1150)
+++ 
trunk/stripes/src/net/sourceforge/stripes/tag/UseActionBeanTagExtraInfo.java    
    2009-09-27 02:41:08 UTC (rev 1151)
@@ -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&reg; 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&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to