On Thu, May 29, 2008 at 11:03 AM, Dominic Watson <[EMAIL PROTECTED]> wrote: >> i think there's a custom tag out there that will automagically put > form/URL vars into an "attributes" scope. > > Can be done natively in CF with two lines of code: > > request.args = url; > StructAppend(request.args, form);
ya, aaron mentioned that earlier in the thread. very nice. i never even thought about that route :\ -- A byte walks into a bar and orders a pint. Bartender asks him "What's wrong?" Byte says "Parity error." Bartender nods and says "Yeah, I thought you looked a bit off." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306278 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

