Just wondering about the status of the "save output croaks when called from
method" bug. Has there been any progress on this?

Until I find the 'save output' bug, it turns out 'include into' already could be used with a blob, but my documentation was wrong.


So find the two places in fusebox.a4l where you see these three lines:

save output($fusebox{"layout"})
include($includePath + $fusebox{"thisLayoutPath"} + $fusebox{"layoutDir"} + $fusebox{"layoutFile"})
end save output


and replace them with this:

include into($includePath + $fusebox{"thisLayoutPath"} + $fusebox{"layoutDir"} + $fusebox{"layoutFile"}; $fusebox{"layout"})

Regards,

   Aparajita
   Victory-Heart Productions
   [EMAIL PROTECTED]
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com



Reply via email to