Menu

Relocate tag changed

The new core files change the way the <relocate/> tag works in your circuit.xml files.

Previously you would have something like this:
<relocate url="$myself.'cUser.editform&userid='.$userid"/>

Now, in order to make it more inline with the way the tag works in ColdFusion FB4, you would have something like this:
<relocate url="{$myself}cUser.editform&userid={$userid}"/>

This is the only thing that changed in the latest core files that will require any modification in your application's circuit.xml files.

Posted by Mike Ritchie 2004-08-24

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.