preliminary experiments with a wiki tag
[org.ibex.xt.git] / src / org / ibex / xt / Form.java
index c315f92..3d71d79 100644 (file)
@@ -49,6 +49,9 @@ public abstract class Form extends HttpServlet {
         System.out.println(sample.emit());
     }
 
+    //public void sendRedirect(HttpServletResponse response) throws IOException {
+    //response.sendRedirect(uri);
+    //}
     public void doPost(HttpServletRequest request, HttpServletResponse response) throws IOException { doGet(request, response); }
     public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException {
         Field[] fields = this.getClass().getFields();