You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ha...@apache.org on 2008/07/16 01:38:34 UTC

svn commit: r677102 - in /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp: WEB-INF/examples-config.xml home.jsp template/

Author: hazems
Date: Tue Jul 15 16:38:34 2008
New Revision: 677102

URL: http://svn.apache.org/viewvc?rev=677102&view=rev
Log:
http://issues.apache.org/jira/browse/TOMAHAWK-1299 
Removing the old xmlTemplate example code.

Removed:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/template/
Modified:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml?rev=677102&r1=677101&r2=677102&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml Tue Jul 15 16:38:34 2008
@@ -478,14 +478,6 @@
     	<managed-bean-class>org.apache.myfaces.examples.exporter.ExporterBean</managed-bean-class>
     	<managed-bean-scope>request</managed-bean-scope>
     </managed-bean>
-    
-
-    <!-- XMLTemplate -->
-    <managed-bean>
-    	<managed-bean-name>templateBacker</managed-bean-name>
-    	<managed-bean-class>org.apache.myfaces.examples.template.TemplateBacker</managed-bean-class>
-    	<managed-bean-scope>request</managed-bean-scope>
-    </managed-bean>
 
 	<!-- redirect tracker -->
 	<managed-bean>

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp?rev=677102&r1=677101&r2=677102&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp Tue Jul 15 16:38:34 2008
@@ -145,11 +145,6 @@
 				   <h:outputLink value="redirectTracker/index.jsf" ><f:verbatim>Redirect Tracker - tries to capture the current request state and reset it after a redirect</f:verbatim></h:outputLink>
 			</h:panelGrid>
 
-			<h:outputText value="XML Template"/>
-            <h:panelGrid style="padding-left:25px">
-           		<h:outputLink value="template/index.jsf" ><f:verbatim>XML Template examples</f:verbatim></h:outputLink>
-            </h:panelGrid>
-
             <h:outputText value="Modal Dialog"/>
             <h:panelGrid style="padding-left:25px">
                 <h:outputLink value="dojo/dojoDialog.jsf" ><f:verbatim>A modal dialog similar to an alert or confirm or popup window</f:verbatim></h:outputLink>