Hi,I'm trying to post the contents of a .xdp file viewed as HTML via the
RenderHTMLForm service. I want to post the contents of the form as xml
input to a Java servlet. As an example, the url is
localhost:8080/AppName/PostServletName - this is the target behind the
submit button.The form posts back to itself (the URL and servlet that
retrieved itinitially) on submission at this point. Is this possible?
And if so, how can I get a String value of the xml contents of the form
(fieldName, fieldValue...