[richfaces-svn-commits] JBoss Rich Faces SVN: r2502 - trunk/ui/datascroller/src/main/java/org/richfaces/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 27 06:24:27 EDT 2007


Author: a.izobov
Date: 2007-08-27 06:24:27 -0400 (Mon, 27 Aug 2007)
New Revision: 2502

Modified:
   trunk/ui/datascroller/src/main/java/org/richfaces/component/UIDatascroller.java
Log:
http://jira.jboss.com/jira/browse/RF-616

Modified: trunk/ui/datascroller/src/main/java/org/richfaces/component/UIDatascroller.java
===================================================================
--- trunk/ui/datascroller/src/main/java/org/richfaces/component/UIDatascroller.java	2007-08-27 09:59:01 UTC (rev 2501)
+++ trunk/ui/datascroller/src/main/java/org/richfaces/component/UIDatascroller.java	2007-08-27 10:24:27 UTC (rev 2502)
@@ -192,12 +192,12 @@
                 }
             }
             throw new FacesException(
-                    "could not dataTable for  datascroller " + this.getId());
+                    "could not find dataTable for  datascroller " + this.getId());
         } else {
             forComp = findComponent(forAttribute);
         }
         if (forComp == null) {
-            throw new IllegalArgumentException("could not dataTable with id '"
+            throw new IllegalArgumentException("could not find dataTable with id '"
                                                + forAttribute + "'");
         } else if (!(forComp instanceof UIData)) {
             throw new IllegalArgumentException(




More information about the richfaces-svn-commits mailing list