Hey everyone. I'm encountering an odd behavior and I haven't figured out if
it's in the wrong or I am. My circuit is below. I'm hard-coding values to keep
it as simple as possible - I realize my false case should never run here. The
problem I'm having is that the <do> in my false case DOES try to run. Am I
missing something?
<!-- overview -->
<fuseaction name="overview">
<set name="Variables.sType" value="standard" />
<if condition="(Variables.sType EQ 'standard')">
<true>
<do action="programs.overviewStandard" />
</true>
<false>
<do action="programs.overviewModified" />
</false>
</if>
</fuseaction>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know
on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/fusebox/message.cfm/messageid:6968
Subscription: http://www.houseoffusion.com/groups/fusebox/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/fusebox/unsubscribe.cfm