[richfaces-svn-commits] JBoss Rich Faces SVN: r1992 - trunk/samples/calendar-sample/src/main/webapp/pages.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Aug 1 19:27:49 EDT 2007


Author: nbelaevski
Date: 2007-08-01 19:27:49 -0400 (Wed, 01 Aug 2007)
New Revision: 1992

Modified:
   trunk/samples/calendar-sample/src/main/webapp/pages/Calendar.jsp
Log:
- Taglib URIs updated
- Missing StackingTreeModel$Key hashCode(...) & equals(...) methods added

Modified: trunk/samples/calendar-sample/src/main/webapp/pages/Calendar.jsp
===================================================================
--- trunk/samples/calendar-sample/src/main/webapp/pages/Calendar.jsp	2007-08-01 19:46:31 UTC (rev 1991)
+++ trunk/samples/calendar-sample/src/main/webapp/pages/Calendar.jsp	2007-08-01 23:27:49 UTC (rev 1992)
@@ -3,7 +3,7 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j" %>
-<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/ui/calendar" prefix="calendar" %>
+<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/calendar" prefix="calendar" %>
 
 <html>
 	<head>




More information about the richfaces-svn-commits mailing list