ColdFusion doesn't seem to run straight off the bat when installed under Tomcat in Ubuntu. Rather, what I had to end up doing was change the webapps.policy file to give permisions for the application. Essentialy to add this one line of code;
permission java.security.AllPermission;
Tuesday, December 29, 2009
Wednesday, December 2, 2009
Including the pdf in an email
I keep forgetting what the code is, so here it is;
The first parameter can be set to True, thus not requiring the rest of the parameters.
var myDoc = event.target;Placing this in the clic\ck event of a button launches the default emailing client and attaches the pdf.
myDoc.mailDoc(false, "to", "cc", "bcc", "Subject", "mail body" );
The first parameter can be set to True, thus not requiring the rest of the parameters.
Labels:
designer
Subscribe to:
Posts (Atom)