Right. I've got a FarCry app, calling some ModelGlue:Unity content using stubs in the includedObj directory. It's doing something a little odd. To begin, I'd better explain what I'm doing and why...
What I'm trying to achieve is to post process the MGU output to insert images, etc from FarCry. I'm using a "tag" language ni the output i.e. <farcry:image:home> which is replaced out with FarCry content. I can't use cfsavecontent because the start and end are not in the same file. So I'm using the pagecontext buffer. What it does: - I've created some pre & post includes for the subs (which for clarity I've named "StubApplication" & "StubOnRequestEnd") StubApplication: - - Makes a copy (Buffer1) of the contents of GetPageContext().getOut().getBuffer().toString() - Clears the buffer The Stub File - Processes whatever function MGU is required to do for that page StubOnRequestEnd - Makes a copy (Buffer2) of the new contents of the buffer - only containing the MGU output. - Clears the buffer again - Replaces some text strings in Buffer2 - Outputs Buffer1 & Buffer2 But there's some stray output at the end of Buffer1 and I'm not sure where it's coming from. It looks like this: - SELECT status,teaser,displayMethod,teaserImage,include,commentlog,title,lockedBy,createdby,datetimecreated,locked,label,ownedby,lastupdatedby,ObjectID,datetimelastupdated FROM FAR1.dmInclude WHERE ObjectID = '9BB32FE5-A013-6C11- F32CE3499313A338' Now I'm assuming it's some kind of placeholder for FarCry container objects. I could replace it out programmatically when I'm parsing the data but I don't want to do that without knowing what it does... Any ideas anyone ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
