Thanks for the help, thats exactly what I wanted. FYI for anyone that tries this, it didn't work exactly as written. The "do if false" block broke it. With that included, the parameters.default value was always empty. Does setting the param="default" hijack the default parameter so that the parameters.default does not get set? Anyway, removing the merge flag in the <a> tag made the "do if false" unnecessary. I forked the gist to show these changes.
On Aug 16, 11:58 am, Matt Jones <[email protected]> wrote: > On Mon, Aug 16, 2010 at 1:53 PM, kevinpfromnm <[email protected]> wrote: > > Interesting. I hadn't really thought of scoped variables for this, > > probably since I hadn't found a use for them in my projects so far. > > I can't say I've found a huge number of uses for them either (one or > two spots in a half-dozen+ projects) besides the standard uses for > navigation and the flash-rendered trick. But, much like the > corresponding feature in Lisp, they can be some seriously powerful > mojo in the right situation... > > --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
