Hi Omar, i'm not sure if that's possible, but in stead of using the sendmail action you can also use the sendmail transformer in combination with using the PipelineUtil class for calling the sendmail pipeline. (http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/flow/util/PipelineUtil.html)
Regards, Reijn -----Original Message----- From: Omar Adobati [mailto:[EMAIL PROTECTED] Posted At: donderdag 31 augustus 2006 13:18 Posted To: Cocoon User List Conversation: Flowscript and action Subject: Re: Flowscript and action Rejin, my idea was to compile a form and then submit it. If some check are present I'd like to execute some actions (ex. sendmail Action) ina a kind of parallel execution way... and then display to the screen the results of all the action when the end their own job. I want to display each result in "real time" (I know I need someting like ajax). thanks, Omar On 8/31/06, Jeroen Reijn <[EMAIL PROTECTED]> wrote: > Hi Omar, > > what kind of action do you want to call? I do not really see why you would > want to call an action since you have flowscript and the entire java library > available. > > Regards, > > Reijn > > -----Original Message----- > From: Omar Adobati [mailto:[EMAIL PROTECTED] > Posted At: donderdag 31 augustus 2006 11:52 > Posted To: Cocoon User List > Conversation: Flowscript and action > Subject: Flowscript and action > > > in which way (if possible) I can (or have to) call an action via Flowscript? > I need to fill a form [yes build using CForms] and then call a couple > of action to execute... but I can't find a way for this. > > Thanks for answers, > Omar > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Dr. Omar Adobati [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
