Soulinger
|
| Posted: 02/27/2002, 1:36 AM |
|
How Do i Use JSP to store the number of REPLIES to a treaded message in a
forum?
Yours,
Soulinger
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 02/27/2002, 5:06 AM |
|
If message is threaded you will need to write a recursive function
that counts all replies at current level adds this number to a static
variable and
traverses down to lower levels.
--
Alex
CodeCharge Developer
"Soulinger" <mimaclit69@hotmail.com> wrote in message
news:a5i9a5$n5o$1@news.codecharge.com...
> How Do i Use JSP to store the number of REPLIES to a treaded message in a
> forum?
>
> Yours,
> Soulinger
>
>
|
|
|
 |
|