Once you do, come back and tell us what you did, what you discovered
in the process and what the pain point was that induced you to chance
it. ;)
J
Either, until you figure out why it doesn't belong where you put it
and decide to move it. :)
Once you do, come back and tell us what you did, what you discovered
in the process and what the pain point was that induced you to chance
it. ;)
J
On Oct 28, 2009, at 4:13 PM 10/28/09, David Mineer wrote:
Well Said. I just always do it wrong. I know, there isn't a right and wrong......Since there is a case where this would have to be in the view (When I just want to return the .pdf to the browser) I figured I would leave it there. Then, in the event that does all the work to combine them, I just call that view and name it anything other than "body". Seems to work great. Now this will have to be done in order or else there won't be any .pdf files to merge, which may be bad because it seems like I have read that relying on order of processing isn't good, but if you need a file to merge, your going to have to create the file first.But I have to remove the 'filename' attribute for it to return to the browser anyway. Off to see how I am going to handle that.