the comment
> servlet, is if the http method is post and if there is a "content"
> parameter. The #comments works fine for me.
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 12, 2008 11:07 AM
> To: de
there is a "content"
parameter. The #comments works fine for me.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2008 11:07 AM
To: [email protected]
Subject: Re: Problem Implementing Threaded Comments
You probably figured th
ssage-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2008 11:07 AM
To: [email protected]
Subject: Re: Problem Implementing Threaded Comments
You probably figured this out already, but the problem you were running
into was that you put "#comments"
You probably figured this out already, but the problem you were running
into was that you put "#comments" at the end of the forms action url.
you don't want to do that. Just strip that part out and it should work.
-- Allen
Java Web Development wrote:
I'm working on implementing threaded com
Ok, I'm going to answer part of my own question. I kept trying to attach
the debugger using the process id. I switched to shared memory and it worked
right away. So I should be able to track down the problem now.
If in the future anyone is looking for similar information.
Start the tomcat serve
I'm working on implementing threaded comments and I'm pretty much done but
in trying to clean things up I ran into a problem.
I have a form I'm using to submit the reply request.
If I run it as is I get the roller page not found page. I haven't been able
to figure out how to attach