: Chris, thanks for the reply.  I have an easy question:  What's the syntax?
:
: Changing "GET" to "POST" in the form gives me:

No special syntax, just regular old CGI form encoding -- just changing the
GET to a POST in teh form should work okay.  Are you sure you are using a
nightly build from after April 7th?  The exception you are getting looks
like you are using an older build where all POSTs were interpreted as
updates regardless of the URL.

NOTE: if you are using Jetty, which the example setup does, there apears
to be a slight bug because Jetty handles "empty" query params differnetly
between GET and POST;  I'll file an issue to track this as soon as Jira
wakes up -- but the work arround is to make sure you don't include any
options you don't need when you POST your query (ie: "stylesheet")


-Hoss

Reply via email to