From richfaces-svn-commits at lists.jboss.org Wed Aug 1 19:27:57 2007 Content-Type: multipart/mixed; boundary="===============8104088633153285840==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r1993 - trunk/samples/treeModelDemo/src/main/webapp/pages. Date: Wed, 01 Aug 2007 19:27:57 -0400 Message-ID: --===============8104088633153285840== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nbelaevski Date: 2007-08-01 19:27:57 -0400 (Wed, 01 Aug 2007) New Revision: 1993 Modified: trunk/samples/treeModelDemo/src/main/webapp/pages/index.jsp Log: - Taglib URIs updated - Missing StackingTreeModel$Key hashCode(...) & equals(...) methods added Modified: trunk/samples/treeModelDemo/src/main/webapp/pages/index.jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/samples/treeModelDemo/src/main/webapp/pages/index.jsp 2007-08-01 = 23:27:49 UTC (rev 1992) +++ trunk/samples/treeModelDemo/src/main/webapp/pages/index.jsp 2007-08-01 = 23:27:57 UTC (rev 1993) @@ -1,7 +1,7 @@ <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> = -<%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/ui/treeModel" pr= efix=3D"model" %> +<%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/treeModel" prefi= x=3D"model" %> <%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/tree" prefix=3D"= tree" %> = @@ -11,7 +11,7 @@ - + --===============8104088633153285840==--