Getting form elements in same order in jsp page using getParameterName()
843838Mar 13 2006 — edited Mar 13 2006Hi Guys,
I want to get the form elements using getParameterNames() method in same sequence order in another jsp page.
While getting form elements in another page,they are in random order.
I want this elements in same order as in the form. We could not get this order using getParameterNames() method.
Is there any otherway to get the elements in same order?
It's very urgent.
Thanks in Advance
Mani