RE: save form-data in xml-file

2005-09-27 Thread Robyne Vaughn
al Message- From: Anne Milbert [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 27, 2005 10:38 AM To: Tomcat Users List Subject: AW: save form-data in xml-file Hi Robyne, Thanks for your reply. This seems to be the problem. But can you tell me if I have to put password and userid in the s

AW: save form-data in xml-file

2005-09-27 Thread Anne Milbert
. September 2005 17:51 An: Tomcat Users List Betreff: RE: save form-data in xml-file not necessarily a tomcat question, but once-upon-a-time I had a similar situation accessing JDBC data. As long as I ran my app directly, I could do so, but once embedded in servlet it would not. It turned out that it

RE: save form-data in xml-file

2005-09-27 Thread Robyne Vaughn
, September 27, 2005 9:44 AM To: [email protected] 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() to put the form-data into a xml-file. The problem is: I can't run

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 wo