<cfset dataClass = createObject("java", "FriendlyURLData")> <cfset dataObject = dataClass.getInstance()> <cfset mappings = dataObject.getMappings()> <cfloop collection="#mappings#" item="alias"> <cfset bDelete = false> <!--- Put any deletion checks here --->
<cfif bDelete> <cfset dataObject.removeMapping(i)> </cfif> </cfloop>
Thanks Spike. That did the trick. Only one problem now. The links don't seem to work (I just get a 'Page Not Found'). Its been a while since I've used FU (a few months at least), so maybe I'm missing something. Then links all look beautiful though :).
Any idea? I tried restarting CFMX (same result). Specs: Win2k/IIS5, CFMX6.1 w/updater, MSSQL 2k.
-Jeff
(btw: In the script above I think you meant to put "alias" where you had "i")
--- 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/
