From 3403adc8ac690439605072f9c4dc30995abac99f Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Tue, 21 May 2024 17:52:46 -0400 Subject: More work on getting a working example Took a little bit, but I fixed the bindings and found the place where they are supposed to be --- .../main/webapp/WEB-INF/classes/Main.wo/Main.html | 1 + .../main/webapp/WEB-INF/classes/Main.wo/Main.wod | 53 +++++++++++++--------- 2 files changed, 32 insertions(+), 22 deletions(-) (limited to 'wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo') diff --git a/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html b/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html index 6729a94..03d5f83 100644 --- a/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html +++ b/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html @@ -1,5 +1,6 @@ MyTest + diff --git a/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.wod b/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.wod index 16bd25e..57b5656 100644 --- a/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.wod +++ b/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.wod @@ -1,22 +1,31 @@ - -MyTest - - - -The time is . -

-
- - - -Here's a textfield: - - - -

-Here's a link to an external site. -
-And here's a link to a direct action (not implemented yet). - - - +showTime : WOConditional { + +} + +time: WOString { + +} + +timeLink : WOHyperlink { + +} + +FORM : WOForm { + +} + +textfield : WOTextField { + +} + +submit : WOSubmitButton { + +} + +EXTLINK : WOHyperlink { + +} + +DIRLINK : WOHyperlink { + +} -- cgit v1.2.3