I am converting an app from Tango 2000 to Witango 5. This app is shopping cart for many domains that uses one set of tafs. <@var user$U_Site> is set when the shopper first enters the domain and is the variable that is used for selecting the custom variables for a particular domain.
I have custom variables set up for each domain as follows: ThemePath /Sites/<@var user$U_Site>/Theme/ ThemeHeader <@var <@var user$U_Site>$ThemePath>header.html ThemeFooter <@var <@var user$U_Site>$ThemePath>footer.html I use the following tags to include the site header template: <@include "<@var <@var user$U_Site>$ThemeHeader encoding=metahtml>"> Prior to Version 5 <@var <@var user$U_Site>$ThemePath> evaluated to /Sites/upnorth/Theme/ and <@var <@var user$U_Site>$ThemeHeader encoding=metahtml> evaluated to /Sites/upnorth/Theme/header.html In Version 5 <@var <@var user$U_Site>$ThemePath> evaluates to /Sites//Theme/ and <@var <@var user$U_Site>$ThemeHeader encoding=metahtml> evaluates to header.html It appears that the nested variable <@var user$U_Site> is getting lost now with version 5. Any ideas or comments why this is doing this? Thanks Steve Fogelson Internet Commerce Solutions ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
