I have an event that is responsible for creating up to 2 PDFs. I’m currently using renderView() which calls a template holding a . Immediately after calling renderView(), I’m generating an email and attempting to attach the newly created PDF(s). The is just dumping a TransferObject at the moment.
My problem surfaces when CF gets to send my email. I get an exception saying…
Message: The resource xyz.pdf was not found.
Detail: The root cause was ".
The PDF is indeed not being generated. However, if I stop the event directly after renderView(), the PDF is created correctly. Any ideas why?
I’m running CB 3M6, Transfer SVN from last week and ACF 9.
Jason Durham