append text after <body> tag

Is there a command in ColdBox to append data after or before ?

I have a small piece of code that I need to be inside of the rendered page but I don’t want to manually hard code it into the layouts.

What I am looking for is a command is similar to $htmlhead however I do not want it to be in the header, it needs to go after the tag.

Thoughts?


Jeremy R. DeYoung
Phone: 615.261.8201

FacebookLinkedInGoogle ReaderTwitterAmazonGoogle
Google Talk/LunarFly Skype/DeYoungJD

Hi Jeremy,

Here is a thread which may help you out:

http://groups.google.com/group/coldbox/browse_thread/thread/98ce26dc6ccbe6a7

Check out Curt’s video on using custom interception points, and Luis’ comment regarding using custom interceptor’s output buffer to send output back to the calling template.

Nolan