Ah, it just dawned on me. "url" is a *scope* -- looks like OpenBD and Railo is respecting the var, but the Railo is not. Looks like there order of resolution is different than the other engines.
I call this the side-effect of never having to use url/form scope because I'm stuck in the framework always ;-) Here's the ticket: http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/ticket/466 I'll be fixing this soon. It should be in the nightly tonight. .Peter Joseph Lamoree said the following on 12/08/2009 02:36 PM: > Using a different computer, I pulled Railo 3.1.2 Express down. To the > webroot, I added these items from Mach-II Subversion server: > > /mach-ii/framework/1-8-0/trunk > /mach-ii/dashboard/1-1-0/trunk > /mach-ii/sampleApps/roulette/trunk > > I see the change to header.cfm you made this morning (rev 2023), but > the error is still there. > > I went digging for the cause of the problem. It seems that something > is stepping on the local variable 'url' in baseTagBuilder.makeUrl. I > changed that variable name to 'furl' locally, and the problem went > away. I tried to find a scope problem in the area, but it eluded me. > > Here's a diff: http://lamoree.com/files/furl.diff > > -joseph > > -- You received this message because you are subscribed to Mach-II for CFML list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/ Wiki / Documentation / Tickets: http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
