Hi Carl, If I understand what you're saying, then I think you have a little misunderstanding. In your example, the show_session_vars fuse will actually get executed *after* the update_session_vars and dsp_session_vars templates.
FB3 executes the code that creates the #fusebox.layout# variables, and *then* it executes the layout file. So the *left* column won't be displaying outdated values; if anything, the values displayed in #fusebox.layout#, ie in the right column, will be "outdated". In fact, "act_change_session_vars.cfm" *does* act before the "show_session_vars.cfm" fuse is called. Does that make sense? Hope that helps. LeeBB -----Original Message----- From: CS [mailto:[EMAIL PROTECTED]] 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 IMPORTANT NOTICE: This e-mail and any attachment to it is intended only to be read or used by the named addressee. It is confidential and may contain legally privileged information. No confidentiality or privilege is waived or lost by any mistaken transmission to you. If you receive this e-mail in error, please immediately delete it from your system and notify the sender. You must not disclose, copy or use any part of this e-mail if you are not the intended recipient. The RTA is not responsible for any unauthorised alterations to this e-mail or attachment to it. ==^================================================================ 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 ==^================================================================
