You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sy...@apache.org on 2005/03/21 18:48:12 UTC

svn commit: r158487 - cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/textresult_template.xml

Author: sylvain
Date: Mon Mar 21 09:48:10 2005
New Revision: 158487

URL: http://svn.apache.org/viewcvs?view=rev&rev=158487
Log:
Avoid breaking on exception if some backends for binding samples aren't implemented

Added:
    cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/textresult_template.xml   (with props)

Added: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/textresult_template.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/textresult_template.xml?view=auto&rev=158487
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/textresult_template.xml (added)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/textresult_template.xml Mon Mar 21 09:48:10 2005
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<page xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
+      
+  <title>Text success page</title>
+  <content>
+    <form action="./" method="GET">
+      <p>${title}</p>
+      
+      <pre>
+${text}
+      </pre>
+
+      <input type="submit" value="Back to samples page"/>
+    </form>
+  </content>
+</page>

Propchange: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/textresult_template.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/textresult_template.xml
------------------------------------------------------------------------------
    svn:keywords = Id