If you use the change event of the text input then the id is at event.target.id
Steve --- In flexcoders@yahoogroups.com, "Gustavo" <xy...@...> wrote: > > Hi, I have a form and I would like to add the textinput id to an array so I > know which fields were edited, I trigger the change event on each one but I > can't send the textinput id via the event. > any of this I'm saying makes sense? and if it does, how do I do it, or maybe > there is a better way to update only the fields edited in a form? > > Some light about this would be really appreciated. thanks. >