Hi All, Strange situation here, curious if others are seeing the same behavior. I'm testing out the Custom Tags Path that you can now add in the CFMX Admin. I have CFMX (stand-alone installation, developer edition) installed. In the C:\CFusionMX\wwwroot directory I have: test.cfm -> simply has <CF_MYTAG> call in it. mytag.cfm -> has the text: current directory
In the C:\CFusionMX\CustomTags directory I have: mytag.cfm -> has the text: CustomTags directory I added the following directory as a Custom Tags Path in the CFMX Admin: C:\CFusionMX\MyCustomTags in that folder: mytag.cfm -> has the text: MyCustomTags directory I then run the page test.cfm and it works fine the first time. I then rename the C:\CFusionMX\wwwroot\mytag.cfm to mytag2.cfm. That's when all hell breaks loose. Strange errors occur (Index out of range errors, and all sorts of Java class errors show. Very unpredictable). Rebooted, all then seemed normal. Are these pages cached or something? Anyone have any ideas of what's going on? Anyone know exactly how the Custom Tags Path (new in the CFMX Admin) are supposed to work (specifically their search order)? Used to be: Calling directory first, then C:\CFusion\CustomTags directory But then CFMX adds this ability for additional CustomTags directories. Any help? Thanks, Brian -- Brian Simmons [EMAIL PROTECTED]

