JavaScript Flow/Sendmail Action Question

2003-06-17 Thread whump
: 1) Can I re-enter the flow from outside the match, or do I need another flow to generate the attachment? 2) Perhaps I'm doing this the wrong way, however, since there's not much out there on flow, I'm learning by experiment. -- whump - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Error] Sendmail Logicsheet and Cinclude

2003-06-19 Thread whump
I've been stumbling the past couple of days through the sendmail logicsheet and sendmail actions in 2.1-M1. Here's what I'm trying to do: Include generated content (i.e. content produced by a pipeline) into the body of an email sent by sendmail action or logicsheet. Unfortunately, neithe

Refactoring Flow/XMLForms example

2003-06-30 Thread whump
ation("/age", "Hey, you're too old"); */ /* } */ /* }); */ print("handling user identity"); xform.sendView("deployment", "deployment.xml", userinfo.validateDeployment (xform)); // move t

Re: Refactoring Flow/XMLForms example

2003-06-30 Thread whump
function (xform) { userinfo.validateUserIdentity (xform); }); and now the refactored example works as before. -- whump - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]