blob: 700bd3ad96bfb76cbaf3e82e89b96d2b644f37ab [file] [log] [blame]
## Licensed to the Apache Software Foundation (ASF) under one
## or more contributor license agreements. See the NOTICE file
## distributed with this work for additional information
## regarding copyright ownership. The ASF licenses this file
## to you 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.
#*
* Copyright 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.
*
* $Id$
*#
<html>
<head>
</head>
<body>
<font size="+4"><center>$request.getRequestURI()</center></font>
<br>
We are on the submitted page. These are the values that were posted:
<br>
$testForm.propA
<br>
$testForm.propB
<br>
<br>
Return to <a href="$slink.action.formAction">form</a> test page.
<br>
<br>
Go to <a href="$slink.action.true">true</a> page.
<br>
Go to <a href="$slink.action.false">false</a> page.
<br>
Go to <a href="$slink.action.any">any</a> page.
</body>
</html>