You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2005/08/24 16:56:07 UTC

svn commit: r239676 - /myfaces/examples/trunk/sandbox/home.jsp

Author: mmarinschek
Date: Wed Aug 24 07:55:57 2005
New Revision: 239676

URL: http://svn.apache.org/viewcvs?rev=239676&view=rev
Log: (empty)

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

Modified: myfaces/examples/trunk/sandbox/home.jsp
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/sandbox/home.jsp?rev=239676&r1=239675&r2=239676&view=diff
==============================================================================
--- myfaces/examples/trunk/sandbox/home.jsp (original)
+++ myfaces/examples/trunk/sandbox/home.jsp Wed Aug 24 07:55:57 2005
@@ -1,4 +1,4 @@
-<%@ page session="false" contentType="text/html;charset=utf-8"%>
+<%@ page session="false" contentType="text/html;charset=utf-8"%>
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 
@@ -24,7 +24,7 @@
         <h:outputLink value="inputSuggestAjax.jsf" ><f:verbatim>InputSuggestAjax</f:verbatim></h:outputLink> <br/>
         <h:outputLink value="inputSuggest.jsf" ><f:verbatim>Input Suggest</f:verbatim></h:outputLink> <br/>
         <h:outputLink value="schedule.jsf" ><f:verbatim>Schedule</f:verbatim></h:outputLink> <br/>
-
+			  <h:outputLink value="ajaxDataTableSingle.jsf" ><f:verbatim>ajaxDataTableSingle.jsp</f:verbatim></h:outputLink> <br/>
     </f:view>
 
 </html>