Error - Maybe contributed to Fusebox

View: New views
4 Messages — Rating Filter:   Alert me  

Error - Maybe contributed to Fusebox

by Torrent Girl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello All.

I am using the request scope with Fusebox and am losing my vars in multiple places in my app.

I am thinking it is fusebox because the index.cfm file is the only page that is shared by all of the other pages and the vars are being dropped everywhere.

The errors are only on the request vars.

Are there any rules to working with the request scope and fusebox?

Any suggestions would be appreciated.

tGirl


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6790
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.12
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

RE: Error - Maybe contributed to Fusebox

by Andy Mcshane :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I also use the request scope. What I have done is created a simple 3 line
plugin that simply duplicates the session scope to the request scope in the
preprocess phase of the plugins section of fusebox.xml.cfm.


-----Original Message-----
From: Torrent Girl [mailto:torrentgirl@...]
Sent: 08 August 2005 15:09
To: Fusebox
Subject: Error - Maybe contributed to Fusebox

Hello All.

I am using the request scope with Fusebox and am losing my vars in multiple
places in my app.

I am thinking it is fusebox because the index.cfm file is the only page that
is shared by all of the other pages and the vars are being dropped
everywhere.

The errors are only on the request vars.

Are there any rules to working with the request scope and fusebox?

Any suggestions would be appreciated.

tGirl




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6792
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.12
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Re: Error - Maybe contributed to Fusebox

by Torrent Girl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Andy were you getting these errors before?

The code I am working with moves client scope into request scope.

>I also use the request scope. What I have done is created a simple 3 line
>plugin that simply duplicates the session scope to the request scope in the
>preprocess phase of the plugins section of fusebox.xml.cfm.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6793
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.12
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

RE: Error - Maybe contributed to Fusebox

by Andy Mcshane :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I was getting a very similar problem until I implemented what I am using
now. Just curious at what point you are duplicating your session scope?

-----Original Message-----
From: Torrent Girl [mailto:torrentgirl@...]
Sent: 08 August 2005 16:19
To: Fusebox
Subject: Re: Error - Maybe contributed to Fusebox

Andy were you getting these errors before?

The code I am working with moves client scope into request scope.

>I also use the request scope. What I have done is created a simple 3 line
>plugin that simply duplicates the session scope to the request scope in the
>preprocess phase of the plugins section of fusebox.xml.cfm.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6794
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.12
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54