save form-data in xml-file

2005-09-27 Thread Anne Milbert
Hi, I got a problem in saving the data submitted by a form in a xml-file. I wrote a servlet which uses a method createXML() to put the form-data into a xml-file. The problem is: I can't run this method in the servlet. But if I put it in a normal class and call it in the main-method everything

AW: save form-data in xml-file

2005-09-27 Thread Anne Milbert
Message- From: Anne Milbert [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 27, 2005 9:44 AM To: tomcat-user@jakarta.apache.org Subject: save form-data in xml-file Hi, I got a problem in saving the data submitted by a form in a xml-file. I wrote a servlet which uses a method createXML