RE: problems with StreamGenerator...

2002-02-13 Thread Steven Caswell
Thanks for the info. Will try out the updated class soon. -Original Message- From: giacomo [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 3:48 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: problems with StreamGenerator... On Mon, 11 Feb 2002, Steven Caswell

RE: problems with StreamGenerator...

2002-01-31 Thread DZIEMBOWSKI,KINGA (HP-NewJersey,ex2)
e) { System.out.println ("Unable to connect to "+ m_url + "Exception: " + e.getMessage()); System.exit(1); } > -Original Message- > From: Joseph Jupin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 4:36 PM > To: [EMAIL PROTECTED]

Re: problems with StreamGenerator...

2002-01-30 Thread Joseph Jupin
t; // Gets the output stream and POSTs data > OutputStream POSTStream = connect.getOutputStream(); > PrintWriter POSTWriter = new PrintWriter(POSTStream); > POSTWriter.println(postData); > POSTWriter.flush(); > POSTWriter.close(); >I hope t

RE: problems with StreamGenerator...

2002-01-30 Thread DZIEMBOWSKI,KINGA (HP-NewJersey,ex2)
riter = new PrintWriter(POSTStream); POSTWriter.println(postData); POSTWriter.flush(); POSTWriter.close(); I hope this will help Kinga > -Original Message- > From: Joseph Jupin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 12:47 PM > To: [EMAIL PROTECTED]

problems with StreamGenerator...

2002-01-30 Thread Joseph Jupin
Hey, All... I've been using Cocoon 2.0 for about a month & 1/2 now and I've run into the following problem: First off, refer to the Order example that comes with cocoon which when you hit the submit, it will return the xml typed into the textarea. Now, for testing, I've taken my xml doc, mo