diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-05-21 17:04:17 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-05-21 17:04:17 -0400 |
| commit | 59b10ba33f4c0b1d399b5d31b7a07380abb62677 (patch) | |
| tree | bf6cbeec8b2a225b59f1184995d6a286a697fa0d /wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html | |
| parent | b0af441cfd1b162dd74254c6fc14312aa0a60845 (diff) | |
Work on getting a running example
This current version does deploy correctly and run, but it doesn't display correctly
Diffstat (limited to 'wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html')
| -rw-r--r-- | wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html b/wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html new file mode 100644 index 0000000..6729a94 --- /dev/null +++ b/wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html @@ -0,0 +1,22 @@ +<HTML> +<HEAD><TITLE>MyTest</TITLE></HEAD> +<BODY> + +<WEBOBJECT NAME=showTime> +The time is <WEBOBJECT NAME=time></WEBOBJECT>. +<BR><BR> +</WEBOBJECT> +<WEBOBJECT NAME=timeLink></WEBOBJECT> + +<WEBOBJECT NAME=FORM> +Here's a textfield: <WEBOBJECT NAME=textfield></WEBOBJECT> +<WEBOBJECT NAME=submit></WEBOBJECT> +</WEBOBJECT> + +<BR><BR> +Here's a link to an <WEBOBJECT NAME=EXTLINK>external site</WEBOBJECT>. +<BR> +And here's a link to a <WEBOBJECT NAME=DIRLINK>direct action</WEBOBJECT>. + +</BODY> +</HTML> |
