uhhhhhhhhh i take that back ;) it really helps if you rename your form elements that you were playing with, back to the right names so that they parse later on DOWN THE EFFING PAGE!!!!!!!!!!!
Waste One hour of coding time.... <cfx_startCFVersionOfRoadRage> murder.... </cf_startCFVersionOfRoadRage> come back down, once variable is named correctly...so what i learned was, that the "form" in that variable was declaring the scope of the variable to come? tw -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Monday, September 02, 2002 4:53 PM To: CF-Talk Subject: RE: dynamically named form elements. nope the period doesnt work.....hmmmmmmmm any other ideas fellas? tw -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Monday, September 02, 2002 4:47 PM To: CF-Talk Subject: RE: dynamically named form elements. thank you...i didnt even have a farking clue that i could nest #'s to get those values like that, would that be an atomic parsing of variable values ;) hey, wouldnt i need the period somewhere in that? <cfoutput>#form.["action_id_#session.FullReturn[i].id#"]#</cfoutput> like this one ^ tony -----Original Message----- From: Matthew Walker [mailto:[EMAIL PROTECTED]] Sent: Monday, September 02, 2002 4:41 PM To: CF-Talk Subject: Re: dynamically named form elements. > when on the next page i try to do something with that field, even though > i can parse it out to give me the correct name, "action_id_1" i am > having > the brain fart on the getting of the variable value from that....can > someone > please help this brain fart out.... ;) <cfoutput>#form["action_id_#session.FullReturn[i].id#"]#</cfoutput> ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

