You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/06/30 20:01:10 UTC

svn commit: r208654 - /myfaces/examples/trunk/sandbox/inputSuggest.jsp

Author: schof
Date: Thu Jun 30 11:01:09 2005
New Revision: 208654

URL: http://svn.apache.org/viewcvs?rev=208654&view=rev
Log:
fixed TLD conflict

Modified:
    myfaces/examples/trunk/sandbox/inputSuggest.jsp

Modified: myfaces/examples/trunk/sandbox/inputSuggest.jsp
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/sandbox/inputSuggest.jsp?rev=208654&r1=208653&r2=208654&view=diff
==============================================================================
--- myfaces/examples/trunk/sandbox/inputSuggest.jsp (original)
+++ myfaces/examples/trunk/sandbox/inputSuggest.jsp Thu Jun 30 11:01:09 2005
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%>
+<%@ taglib uri="http://myfaces.apache.org/sandbox" prefix="x"%>
 
 <!--
 /*