Whoops, I screwed up.  I want to skip the body, but still execute the
closing tag.  So that should be method="goToJustBEFOREClosingTag". 
Not sure what I was thinking.  To complete the thought,
method="exittag" does what I described below, but that's NOT what I
want.

On 8/24/05, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> Is there a way to, in the opening tag of a custom tag, tell the custom
> tag to skip evaluation of it's body?
> 
> <p:mytag>
>   i don't want to do this
> </p:mytag>
> 
> mytag.cfm:
> <cfif this.executionMode EQ "start">
>   <cfexit method="goToJustAfterClosingTag" />
> </cfif>
> 
> Thanks,
> barneyb
> 
> --
> Barney Boisvert
> [EMAIL PROTECTED]
> 360.319.6145
> http://www.barneyb.com/
> 
> Got Gmail? I have 50 invites.
> 


-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216208
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to