--- a/directmapping-webapp/src/main/scala/Servlet.scala Thu Feb 03 10:10:12 2011 -0500
+++ b/directmapping-webapp/src/main/scala/Servlet.scala Sat Feb 12 10:33:24 2011 -0500
@@ -207,8 +207,9 @@
</head>
<body>
<h1>Direct Mapping Demo</h1>
- <p>Input some DDL/SQL and see the resulting <a href="http://www.w3.org/2001/sw/rdb2rdf/directMapping/">Direct Graph</a>.</p>
- <form method="post" action="/">
+ <p>Input some DDL/SQL and see the resulting <a href="http://www.w3.org/2001/sw/rdb2rdf/directMapping/">Direct Graph</a>. This interface uses GET (vs. POST) so the length of the input SQL will be limited on servers which impose a limit on the URL length.</p>
+ <p>Please send bug reports to <a href="mailto:public-rdb2rdf-comments@w3.org">public-rdb2rdf-comments@w3.org</a>.</p>
+ <form method="get" action="/">
<p><textarea rows="15" cols="80" name="sql" id="sql">{ sql }</textarea></p>
<div style="float:right;">
<div style="float:left;">