simonTheTraveller
Programmer
Hi all. I've got a jsp class handling the display of a load of post data variables. In the previous page, I've got about 6 select controls each with data.
I've got to the stage where, when the form is submitted, the next page retrieves all the post data and displays the select control data in new select controls. This is for a summary type page where the user can review what they've done.
However, the post data doesn't seem to be in any order at all! Its not reversed or back to front or anything. It just seems random. I need to keep the select controls in the same order.
Does anyone know why the data should be reordered when its posted?
And does anyone know of a way to order the data in the way I want?
Cheers, Simon
I've got to the stage where, when the form is submitted, the next page retrieves all the post data and displays the select control data in new select controls. This is for a summary type page where the user can review what they've done.
However, the post data doesn't seem to be in any order at all! Its not reversed or back to front or anything. It just seems random. I need to keep the select controls in the same order.
Does anyone know why the data should be reordered when its posted?
And does anyone know of a way to order the data in the way I want?
Cheers, Simon