Hi,

    This is a very particular behaviour occurred and I'm not sure why it is
the case.

    The code is structured in the following:

        <cfset thisReport.qs.contactsettinginverse = 'true' />
        ...
        <cfparam name="thisReport.qs.contactsettinginverse" default="false"
type="boolean" />
        ...
        <cfdump var="#thisReport#" />
        <cfdump var="#thisReport.qs#" />
        <cfdump var="#thisReport.qs.contactsettinginverse#" abort="true"/>

    (The result of this on the browser is given on the attached image.)

    And here the weird thing appeared.

    In the first dump and second dump, it shows that
thisReport.qs.contactsettinginverse = true.
    But when I attempt to dump thisReport.qs.contactsettinginverse directly
on the third dump, it returned false

    So yer, I wonder if someone can spot what I did wrong because I have no
clue what went wrong here.

         Thanks, Andy

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

<<attachment: weird.png>>

Reply via email to