Re: cfinvoke newb question

2009-07-17 Thread Paul Ihrig
thanks Ian. Choop told me to in my application.cfm, bypassing the call in the application.cfc now every thing seems to work thanks choop & Ian ~| Want to reach the ColdFusion community with something they want? Let them

Re: cfinvoke newb question

2009-07-17 Thread Ian Skinner
> > > >sessionmanagement="yes" sessiontimeout="#CreateTimeSpan(0,1,0,0)#"> Uncomment the in the Application.cfc. You definitely need this so that the code under the applicaiton.cfm and the code under the application.cfc exist in the same application and thus can share the same application a

Re: cfinvoke newb question

2009-07-17 Thread Paul Ihrig
application.cfc in folder: /rittalxpress/cart in application.cfm in / root folder and a bunch of other stuff only this. stuff is ~| Want to reach the ColdFusion community with something they want? Let them kno

Re: cfinvoke newb question

2009-07-16 Thread Ian Skinner
Paul Ihrig wrote: > the application.cfm is at the site root. > and dosnt have any thing to do with the cart... Your problem has nothing to do with the cart itself or the component that created it. This problem is all about the session scope and its complex relationship to the application name

Re: cfinvoke newb question

2009-07-16 Thread Paul Ihrig
the reson the id's are different is becasue the link i sent. it had the cfid in it.. any how the stuff that does the cart is all from chapter 22 of cfwack 8-1 the application.cfc in the folder cart is pretty simple just change the name or commented it out? the application.cfm is at the site root

Re: cfinvoke newb question

2009-07-16 Thread Ian Skinner
Paul Ihrig wrote: > yeah i dont get it.. > reading as fast as i can so i can get this straightend out.. > > http://63.144.103.199/products/index.cfm?n1Id=11&n2Id=81&n3Id=296&CFID=219745&CFTOKEN=60381247 > cfid219745 cftoken 60381247 > http://63.144.103.199/rittalxpress/cart/LX_righ

Re: cfinvoke newb question

2009-07-16 Thread Paul Ihrig
yeah i dont get it.. reading as fast as i can so i can get this straightend out.. http://63.144.103.199/products/index.cfm?n1Id=11&n2Id=81&n3Id=296&CFID=219745&CFTOKEN=60381247 http://63.144.103.199/rittalxpress/cart/LX_right1.cfm http://63.144.103.199/rittalxpress/cart/StoreCart.cfm ~~~

Re: cfinvoke newb question

2009-07-16 Thread Ian Skinner
Paul Ihrig wrote: > yeah, not sure. > just gonna re-read chapter 20... > 11+ years at this and still a newb! Ha! There is a change one has to make when one starts working with components and putting them into persistent memory. It is not something ColdFusion developers had to worry about in th

Re: cfinvoke newb question

2009-07-16 Thread Paul Ihrig
yeah, not sure. just gonna re-read chapter 20... 11+ years at this and still a newb! Ha! On Thu, Jul 16, 2009 at 11:44 AM, Ian Skinner wrote: > > Paul Ihrig wrote: >> ok to get it to work again this time i had to add this and then >> comment it out in application.cfm >> >> >> > component="rittal

Re: cfinvoke newb question

2009-07-16 Thread Ian Skinner
Paul Ihrig wrote: > ok to get it to work again this time i had to add this and then > comment it out in application.cfm > > > component="rittalxpress.cart.ShoppingCart"> > > then after the delete it pick up the info that is in the cfc in folder cart... > wtf... That code looks like something th

Re: cfinvoke newb question

2009-07-16 Thread Paul Ihrig
ok to get it to work again this time i had to add this and then comment it out in application.cfm then after the delete it pick up the info that is in the cfc in folder cart... wtf... On Thu, Jul 16, 2009 at 11:10 AM, Paul Ihrig wrote: > i have application.cfm in root of site. > the applica

Re: cfinvoke newb question

2009-07-16 Thread Paul Ihrig
i have application.cfm in root of site. the application.cfc is just in the cart folder. not sure why it works, and then stops... not sure how to get the code to work again.. getting flusterd... ~| Want to reach the ColdFusion co

Re: cfinvoke newb question

2009-07-16 Thread Paul Ihrig
ok weirdness. so i go home last night after getting things to work a little. i pull up url and see "Element MYSHOPPINGCART is undefined in SESSION" i am like aw crap... so i go into work this morning.. nothing has changed.. or so i think.. mess with a bunch of files. no luck. so i open the app.c

Re: cfinvoke newb question

2009-07-15 Thread Paul Ihrig
Ian thank you! it was the name scope i was using in the example c22 changed it, and it seems to work as expected, slow and all, but i am just trying to learn a little some thing. befor i move on.. ~| Want to reach the ColdFusion

Re: cfinvoke newb question

2009-07-15 Thread Ian Skinner
Paul Ihrig wrote: > ok... > well we have a pretty intensive application.cfm > > i tried placing the > > from the application.cfc inside the application.cfm in root of site > but that threw a whole crapstorm of other errors. > Yeah that was a really strange idea! > > also tried > > >

Re: cfinvoke newb question

2009-07-15 Thread Paul Ihrig
so could i just get rid of the this. stuff? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

Re: cfinvoke newb question

2009-07-15 Thread Paul Ihrig
ok... well we have a pretty intensive application.cfm i tried placing the from the application.cfc inside the application.cfm in root of site but that threw a whole crapstorm of other errors. also tried but that didnt work either. http://63.144.103.199/products/product_details.cf

Re: cfinvoke newb question

2009-07-15 Thread Ian Skinner
Paul Ihrig wrote: > if i am cfincluding the page from another page out side the directory > with the app.cfc and other cfc > it craps out on me.. My first thought is that when you include it from outside the main directory with the Application.cfc, it causes the code to run outside of the defin

cfinvoke newb question

2009-07-15 Thread Paul Ihrig
ok if i load the page in my browser with this in it it runs just fine. BUT if i am cfincluding the page from another page out side the directory with the app.cfc and other cfc it craps out on me.. "The component attribute in cfinvoke tag has invalid value. " so think agh! i will just point