Maybe use a filter or event-mapping?
On Oct 3, 1:21 pm, [email protected] wrote: > I saw the following in the documentation: > > We also support simple expressions: > > > ${event.foo eq properties.foo} > > ${event.foo eq 'bar'} > > ${event.bar neq 1} > > Currently, I specify my next event like so: <event-arg > name="nextEvent" value="${event.nextEventName}" /> This works great. > > But I need to be able to specify a different nextEvent if the number of > records is 0 > > What I need: if ${event.numRecs eq 0} do {event.nextEventName} else do > {event.defaultEventName}. Can I do this? If so, how? > > Thanks, > > ed > > ______________________________________________________________________ > Ed Szwedo > Web Development Team Lead > ECS Team - ITS-EPA II Contractor > > 109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research > Triangle Park, NC 27711 > Information Technology Infrastructure Solutions | Office: (919)541-3955 > | Fax: (919)541-3641 | [email protected] |www.ecs-federal.com -- To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
