From 8283e417245b26abd290f7e6fd0511869802fc82 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Tue, 21 May 2024 17:07:23 -0400 Subject: Rename to avoid name conflict --- wotonomy-test/src/main/java/OtherAction.java | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 wotonomy-test/src/main/java/OtherAction.java (limited to 'wotonomy-test/src/main/java/OtherAction.java') diff --git a/wotonomy-test/src/main/java/OtherAction.java b/wotonomy-test/src/main/java/OtherAction.java deleted file mode 100644 index 00a3155..0000000 --- a/wotonomy-test/src/main/java/OtherAction.java +++ /dev/null @@ -1,21 +0,0 @@ -//A direct action subclass, with only one method -//that gets called from Main.wo - -import net.wotonomy.foundation.*; -import net.wotonomy.web.*; - -public class OtherAction extends WODirectAction { - - public OtherAction(WORequest r) { - super(r); - } - - public WOActionResults linkTestAction() { - System.out.println("creating and configuring Main.wo"); - WOComponent page = pageWithName("Main"); - page.takeValueForKey(new Boolean(false), "showTime"); - page.takeValueForKey("direct action called", "textValue"); - return page; - } - -} -- cgit v1.2.3