Absolutely...form objects are returned as an array which elements coincide with the form element order. Think of how you use JavaScript to access the array of objects at the page level.
Mark -----Original Message----- From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 10:41 AM Actually, the order is preserved in the request according to the order they appear in you html page. Brandon Goodin -----Original Message----- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:15 AM I believe the problem is that HTTP and consequently ServletRequest.getParameterNames() does not guarantee the order of the returned parameters. This makes it rather difficult to maintain your order. David -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

