Re: Stuck in Mud... Need your help...

2002-12-16 Thread Mark R. Diggory
f bar is thrown some code to show if bar2 is thrown Cheers, -Mark -Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 15, 2002 6:58 PM To: [EMAIL PROTECTED] Subject: Stuck in Mud... Need your help... This is a

[OT reply to] Re: Stuck in Mud... Need your help...

2002-12-16 Thread Mark R. Diggory
IMHO, its actually quite simple (I know this is the wrong list for this discussion so, I'll mark it "OT").. 1.) If I were working with a tag that I wanted to manipulate the body content of, I would use the BodyTag Interface and the provided BodyTagSupport. The relevant Constants in the Interfac

RE: Stuck in Mud... Need your help...

2002-12-16 Thread Jim Henderson
Try using just "... extends TagSupport ..." and not BodyTagSupport. Seems I had the same problem and went round and round on it. -Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 15, 2002 6:58 PM To: [EMAIL PROTECTED] Subject: St

RE: Stuck in Mud... Need your help...

2002-12-16 Thread Karr, David
The return value from "doStartTag()" can have three (more?) different return values, being EVAL_BODY_INCLUDE, EVAL_BODY_BUFFERED, or SKIP_BODY. I don't see how the difference is "silly". It was a good idea to separate them, so tags which don't need to manipulate their body can be more efficient.

Re: Stuck in Mud... Need your help...

2002-12-16 Thread Mark R. Diggory
Thanks, yes that appeared to be it. I'm always running into this "silly" issue of TagSupport vs. BodyTagSupport and the difference in the constants. TagSupport --> EVAL_BODY_INCLUDE or SKIP_BODY BodyTagSupport --> EVAL_BODY_BUFFERED or SKIP_BODY Seems that the JSP Taglib spec has alot of this u

Re: Stuck in Mud... Need your help...

2002-12-15 Thread Christopher Lenz
Hi Mark, see below Mark R. Diggory wrote: This is an issue that is not specific to Jakarta Taglibraries, but I cannot find a relevant location to deal with issues that seem to arise with different versions of Tomcat and the Implementation of Custom Taglibraries. (If anyone can recommend a bett

Re: Stuck in Mud... Need your help...

2002-12-15 Thread Mark R. Diggory
Also here is the descriptor: test edu.harvard.hmdc.taglib.conditional.TestTag JSP test test Mark R. Diggory wrote: This is an issue that is not specific to Jakarta Taglibraries, but I cannot find a relevant location to deal with issues th

Stuck in Mud... Need your help...

2002-12-15 Thread Mark R. Diggory
This is an issue that is not specific to Jakarta Taglibraries, but I cannot find a relevant location to deal with issues that seem to arise with different versions of Tomcat and the Implementation of Custom Taglibraries. (If anyone can recommend a better list to discuss this on please tell me.