MX Kollection Forum :: tNG.res.cfm dynamic variables
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Leonard Mckinney
03-11-2008 00:29:01 GMT +2
|
I would like to use variables from forms or URL variables within the tNG.res.cfm file (the messaging file) something like the following example:
res['LOGIN_INACTIVE_USER_FIELDERR'] = 'Login failed. Please activate your account first.<br />To activate your account, you must click on the link sent to you in the activation e-mail #URL.email#. ';
Now the issue is that when I use pound signs the code breaks and all you get is:
LOGIN_INACTIVE_USER_FIELDERR
and not the message.
I am using ADDT but everyone know they are the same plus the adobe forums for ADDT sucks.
now this is in cfscript so I looked it up and it seems I should be able to use ## within this code.
I am using coldfusion 8, DW CS3, and ADDT
Thanks Link
|
|
|