OK. Trying to satisfy a personal itch here. Perhaps there is a better way. If so, I'm open to suggestions. I'd like to see if we can add a new attribute to...
You ought to be parameterizing both the template name and the fuseaction: <relocate url="#self##xfa.foo#" ... /> where 'self' is set in fusebox.init.cfm or...
Just a heads up that I have been going through a change of role at Adobe and that has left me with very little spare time to work on the new Fusebox 5 core...
I don't think he was saying get rid of the url attribute, I think he was saying that you would be able to use the relocate verb in either form: <relocate...
Appreciate the status update Sean! :-) Stephen R. Cassady Owner Lopedia cassady@... ph. 403.217.0468 http://www.Lopedia.com Translating business needs...
Stephen Cassady
cassady@...
Mar 2, 2006 8:39 pm
146
Thanks for the heads up. What does Adobe have you doing now? -- Tim Heald Timothy.heald@... 703-300-3911 _____ From: fusebox5@yahoogroups.com...
Yes, I agree with Paul in that I believe he was trying to get at using the relocate verb in either form. It would be nice if one could do either of the ...
I think the two are close enough in format that you'd want separate attributes. "index.cfm?fuseaction=c.fa" is obvious, but "index.cfm" is rather ambigious...
Is Nate going to write a new book for this version? _____ From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of Sean Corfield Sent:...
... I can't speak for Nate but I would expect the most likely path to be a "What's new in Fusebox 5?" mini-book like some of those Jeff has published. I intend...
... I'm trying to get permission to talk about some of what I am doing now :) Sean A Corfield An Architect's View -- http://corfield.org/ Get Glued! --...
... I think that is reasonable (other frameworks do it - Model-Glue). I've already toyed with the idea of: <relocate xfa="wossit" ... /> which would be...
... I'm not sure I like the idea of passing an XFA name, rather than an XFA into a 'fuseaction' parameter. While it makes a lot of sense, and is IMHO the...
... True, the grammar deals with values everywhere else, rather than names. ... Really? ... I don't know... that all sounds way too complex... Fusebox already ...
... There's no new scopes anywhere, just a new fusebox.xml param that is copied locally for each request. Much the same way it happens in M-G, just the...
... Ah, I think we're in agreement but you're just misunderstanding me. I'm not suggesting application.fusebox.anything - I'm suggesting that the config...
... Not quite. I DON'T want it to write variables.self. That 'self' line I included was what I do now (where I compute 'self' on my own), not as an example...
... Um, well, if FB sets a default value you could override...? The point is to do "the right thing" in a way that is backward compatible. ... Why? There's no...
... Ok, I might not be following correctly, but there are some things that by using a framework (FB) I'll assume are standardized through all sites that use...
Stephen Cassady
cassady@...
Mar 3, 2006 8:47 am
160
Why should the relocate verb be overloaded with two functions? Why don't you just create a new verb? <self fuseaction="foo.bar" x="blah blah" y="123"/> I've...
Just as a side question: Is there an ideal threshold to the number of verbs a framework should have? Rather, is there a law of diminishing returns with ...
... It's not overloading the functionality - it would still do just one thing: redirect. ... <circuit xmlns:patrick="patrick/tags/"> ... <patrick:self...
... Yes, there is and I don't want to see new built-in verbs in Fusebox. I think the core of Fusebox is easy to learn but it already has some really complex...
... Okay, you're overloading it with two /interfaces/. ... Well, my point wasn't to extoll the virtues of my custom tag. If I switch to FB5, I probably would...
I love the fact that when I teach Fusebox, I start with the "You only need to learn 5 new items of syntax. You are capable of learning just 5 items aren't...
Stephen Cassady
cassady@...
Mar 3, 2006 9:10 pm
167
Well I'm using SES on a site which is still on FB3. For this site I have to pass a number of variables. I generally use XFA to provide most of it minus the...
After having a chance to read the rest I will have to agree with Stephen. I think there should be standard verbs but I also think there should be allowances...
I have to come down on the fewer and simpler is better side of things. I think Patrick has the right approach that this kind of verb can be created as a custom...