Hi
Still having problems with this one, seem seem to be able to pass any other value into the cfparam but not the #stnav.body# is any one else able to assist with this or point me in the right direction
Regards
MW
On 8/10/05, Mark Wheeler <[EMAIL PROTECTED]> wrote:
Thanks<q4:contentobjectget objectid="#APPLICATION.config.ResearchContacts.CONTENT#" r_stobject="stNav">
<cfparam name="output.disclaimer" default="#stNav.body#">
Then<cfset output.disclaimer = replaceNoCase( output.disclaimer, "#chr(61623)# ", "<P>", 'ALL') />Doesn't appear to work if this is the correct context?MW
On 8/10/05, Andrew Mercer <[EMAIL PROTECTED] > wrote:use cfparam with a default to the application variable
On 8/10/05, Mark Wheeler <[EMAIL PROTECTED] > wrote:Hi
Have a quick question, I have a disclaimer page that is set up in application scope, Thanks for the help Gary, any way the specification of the site has changed and it is required that this app scope html content as is set up in the utility menu pre-populates soeditor lite so the user can make tweaks to the text for that particular note. I have managed to pre-populate the soeditor but the way I have done it the html always goes back to the application scope version for example if you hit Next or back, so there needs to be some checking if it is a new note then prepopulate if already modified then use the hmtl content as is populated in the database for that note, hope this makes sense.
Regards
MW
The code that prepopulates:
<q4:contentobjectget objectid="#APPLICATION.config.ResearchContacts.CONTENT#" r_stobject="stNav">
<cfset output.disclaimer = replaceNoCase( APPLICATION.config.ResearchContacts.CONTENT, "#chr(61623)# ", "<P>", 'ALL') /> --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
--- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
