It DOES help! Thank you very much! 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 From: Brian Klaas <[email protected]> To: [email protected] Date: 10/10/2011 08:57 AM Subject: Re: [Mach-II] Re: Using simple expressions Sent by: [email protected] Simple expressions, as you quoted in your original message, are used for providing boolean values to event arguments or as arguments in a <call-method> command. There are no if/then/else structures in Mach-II configuration files, and filters and event mappings from listeners are the most commonly-used way of altering event flow in a Mach-II app. To provide a brief example of simple expressions in an event argument: <event-arg name="requireLogin" value="{event.sessionObject.isLoggedIn neq 1}" /> I hope that helps. -- 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/ -- 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/
