looked at the stack, and the vars. It turned out that it was a file on the Dev server which had the hard coded value, but i didn't have that copy locally. when i grabbed the Dev version and did my site wide search i found the hard coded value.
BUT i did learn alot about debugging in custom tags over the past few hours :) thanks all! jonese On 12/20/05, Ryan Guill <[EMAIL PROTECTED]> wrote: > > Could you not use cgi vars? something like path_info, i think there > is even a template_path or something like it. > > On 12/20/05, Greg Saunders <[EMAIL PROTECTED]> wrote: > > hmm, i don't know an elegant way to get the includes. You could always > say: > > > > <cfif attributes.formobjectid EQ '10002'> > > <cfset x=1/0> > > </cfif> > > > > to throw an error and get the stack trace. > > > > greg > > > > > > > > > > At 10:30 AM 12/20/2005, jonese wrote: > > >Ok that helps a little bit. I'm getting out put like so > > > >"CFQUERY,CF_FORMPROCESS,CFINCLUDE,CFINCLUDE,CF_FORMPROCESS,CF_CHROMESHELL " > > > > > >Is there anyway to find out what those cfinclude files are? > > > > > >Here's my delimma. > > > > > >We have a custom tag which processes form for us and does a lot of high > > >level stuff. the problem i'm having is that a passed in variable ( > > >attributes.formobjectid) is changing from one value '102' to an > unexpected > > >value '10002' when the tag is called again upon it's self. > > > > > >I need to figure out where the tag is getting called again so i can try > to > > >find where this mystery 10002 is getting set... > > > > > >jonese > > > > > >On 12/20/05, Greg Saunders <[EMAIL PROTECTED]> wrote: > > > > > > > > yes, GetBaseTagList() > > > > > > > > Greg Saunders > > > > Vice-President, Technology, Trump University > > > > 40 Wall Street > > > > New York, NY 10005 > > > > http://www.trumpuniversity.com > > > > [EMAIL PROTECTED] > > > > > > > > > > > > At 10:01 AM 12/20/2005, jonese wrote: > > > > >Is there something i can code inside of my custom tag which will > tell me > > > > >what cf template called it? > > > > > > > > > >jonese > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227351 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

