In an effort to avoid having to recompile / deploy our application for every customer / data iteration I'm attempting to store the route within the database and upon initialization, define the static routes represented therein (simple() match expression and target).
I'm running into difficulty defining a route in which multiple simple expressions are evaluated and one or more targets are then directed. When making use of the choice() when() clause I find it's unable to continue evaluation of the other when() clauses after satisfaction of the 1st match. [ Eg: A given match does not predispose other matches ]. When making use of filter() I'm also unable to determine how I can have multiple filters and wire them so that they occur sequentially. Suggestions? -- ------------------------------------------- Craig Taylor ctalk...@ctalkobt.net