On Mon, Dec 15, 2008 at 7:43 PM, Mike Alsup <[email protected]> wrote: > > You should never have an element with an id value that does not match > its name value. Get that straightened out and you'll be fine.
That's not true at all. Do you have a reference for that? The id attr. is solely for the DOM, while name is passed to the server.

