X-Git-Url: http://git.megacz.com/?p=org.ibex.xt.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fxt%2FForm.java;fp=src%2Forg%2Fibex%2Fxt%2FForm.java;h=c315f923a5684bd75215664f63ff028904341756;hp=0000000000000000000000000000000000000000;hb=895124c1bfbfb35522477936af38d250bcc65f4c;hpb=e8f5044051de70a1cdad65df9c5ed6bff3cd1a08 diff --git a/src/org/ibex/xt/Form.java b/src/org/ibex/xt/Form.java new file mode 100644 index 0000000..c315f92 --- /dev/null +++ b/src/org/ibex/xt/Form.java @@ -0,0 +1,234 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + +package org.ibex.xt; +import org.ibex.js.*; +import org.ibex.util.*; +import org.ibex.io.*; +import java.lang.reflect.*; +import java.io.*; +import java.net.*; +import java.util.*; +import javax.servlet.*; +import javax.servlet.http.*; + +// tabbing order? accessability key? +// the 'name' property is taken from the field name, with underscores converted to spaces +// the way I'm doing Radio() { ... } right now is how multi-select menus ought to work +// autogenerate