RE: [Webwork-user] Executing multiple actions with only one request

2002-06-06 Thread Aapo Laakkonen
> Need to get this scenario recorded. > Aapo, will you add a comment? Mission Completed, :-). ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

Re: [Webwork-user] Executing multiple actions with only one request

2002-06-06 Thread Matt Baldree
02 7:45 AM Subject: RE: [Webwork-user] Executing multiple actions with only one request Here's an example of where action chaining would be useful > -Original Message- > From: Aapo Laakkonen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 05, 2002 8:14 PM > To: [EM

RE: [Webwork-user] Executing multiple actions with only one request

2002-06-06 Thread Jason Carreira
Here's an example of where action chaining would be useful > -Original Message- > From: Aapo Laakkonen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 05, 2002 8:14 PM > To: [EMAIL PROTECTED] > Subject: [Webwork-user] Executing multiple actions with only >

[Webwork-user] Executing multiple actions with only one request

2002-06-05 Thread Aapo Laakkonen
Is there some way to execute multiple actions with only one request? Here is my views.properties file as an example (to show you what I'm trying to do): guestbook.action=guestbook.Guestbook guestbook.success=guestbook/default.vm guestbook.sign.action=guestbook.Guestbook!sign guestbook.sign.succes