Hi all,

being new to FB, I have a question about displaying variables. I have a
layout file like this (simplified):

<table>
    <tr>
        <td>
            <!--- just an include file, nothing fb-specific here --->
            <cfinclude  template="show_session_vars.cfm">
        </td>
        <td>
            #fusebox.layout#
        </td>
    </tr>
</table>

In some cases, the fusebox.layout calls a fuse which does something like
this:

    <cfinclude template="act_update_session_vars.cfm">
    <cfinclude template="dsp_session_vars.cfm">

The filenames demonstrate what I mean. Now I receive a page that displays my
variables twice, but in the left column the vars are outdated. Somehow, I
want "act_change_session_vars.cfm" to act before the "show_session_vars.cfm"
is called.

Sure I could twist my table design or do other fancy HTMLing (use layers or
something), but I am sure there is a better solution which would be more
appropriate to FB. Any ideas?

Thanks
Carl

==^================================================================
This email was sent to: [email protected]

EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]

T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================

Reply via email to