blob: 459de89bda2289d68ba9ecce834b7124f2245b16 [file] [log] [blame]
<?xml version="1.0"?>
<!--+
| CVS: $Id: getNumberB.xsp,v 1.4 2003/10/22 16:56:21 joerg Exp $
| Author: Ovidiu Predescu "ovidiu@cup.hp.com"
| Date: March 23, 2002
+-->
<xsp:page language="java"
xmlns:xsp="http://apache.org/xsp"
xmlns:jpath="http://apache.org/xsp/jpath/1.0">
<page>
<resources>
<resource type="file" href="calc.js">Flowscript</resource>
</resources>
<title>Calculator</title>
<content>
<form method="post">
<xsp:attribute name="action"><xsp:expr>"continue." + <jpath:continuation/></xsp:expr></xsp:attribute>
<para>a = <strong><jpath:value-of select="a"/></strong></para>
<para>Enter value of <strong>b</strong>: <input type="text" name="b"/></para>
<input type="submit" name="submit" value="Enter"/>
</form>
</content>
</page>
</xsp:page>