I guess if we could have a request.inFooter variable we could use:

pageContent = getPageContext().getOut().getString();
getPageContext().getOut().clearBuffer(); 
pageContent = ReReplaceNoCase(pageContent,"</body>", 
"#request.inFooter#</body>", "ALL");
writeOutput( pageContent );

I'm not familiar with the mechanics of how farcry is storing the header 
info before writing it but it would seem reasonable to be able to assign it 
to a footer variable based on an argument to loadJS and then fire the above 
code on requestend. 

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to