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
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]
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
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]
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