Looking for some advice: There are a number of fuseactions in apps that I develop where I want to retain some sense of state. For example, if a user is on a...
How about shoving those values in a session struct or a user's cookie? I don't think myself will persist across a user's session unless you prepend it like so:...
Co-worker was try to get a Flex component integrated into a Fusebox 5 app today and what initially seemed like a CFC Path or all around FB relative path issue...
Myself is just an intermediary variable to hold session data. I load it with data from the session struct in the global prefuseaction, and pop it back into...
I tried out Build Revision 709 (/framework/trunk/corefiles/Application.cfc) and still recieved the same result/issue. Good thought though, thanks. JOSH On Fri,...
... That bug is only to do with web services, not Flex. Josh, I need to see your Application.cfc to understand what the problem is. Remoting calls to CFCs in a...
... By convention, myself is typically used for the URL to index.cfm (with the fuseaction stub). I think you need to pick a better name. What you're trying to...
Sorry, I should have looked more closely at your solution. In my apps I set a session.user struct and then append whatever session vars I want that user to...
... See my response - if your Application.cfc is based on a legacy skeleton Application.cfc, updating the core files will have no effect on *your* code :) Sean...
Ahh yes...I was wondering why myself sounded so familiar. Definitely need to pick a better var name. I'm not developing for anywhere near 40k users, so it's...
This is what I'd do: <circuit access="public" xmlns:remember="remember/"> <fuseaction name="list" remember:attributes="CategoryID,SortOrder"> ... </fuseaction>...
... No but some sort of "flash scope" support might be a good idea for FB56 or FB57 - I'll open a ticket. #336. ... Traditional plugins are CFML files. In the...
You'll either need to use more than one contentvariable (if stuff needs to be displayed to different locations) or set append="true" for the contentvariable to...
... needs to ... Stephen, Thank you so much! That solved the problem. That was actually so much easier than I thought it was going to be. Thanks again, Jody...
... Glad to hear it - I don't use IIS so I had to rely on others to find the bug and test the fix :) Sean A Corfield -- (904) 302-SEAN An Architect's View --...
I retract my last statement, and sadly report that I ran the App with a non-ses URL! Running with the SES'd URL in the skeleton app, I get the same result with...
... Correct. I am running the following: - Windows Version 6.0 (Build 6000) - Vista; - IIS Version 7.0.6000.16386 I'd be happy to help and debug if possible,...
Josh, Trying to duplicate the problem... What was the content of your app.myPage fuseaction? Can you post your controller circuit? Thanks, Derek ... ...
In controller I added: <fuseaction name="myPage"> <do action="time.getTime" /> <do action="display.myPage" /> </fuseaction> Then in Display I added: ...
Sean, when line 128 fires 'theFusebox' struct is empty. 128: <cfif structKeyExists(theFusebox,"queryStringStart") and theFusebox.queryStringStart is not "?"> ...
Sean and Josh, I was able to duplicate this problem upon restarting CF, using both IIS and Apache. Derek ... ======== Bozone (n): The substance surrounding...