Tom Anderson wrote :
> On Sun, 8 Feb 2009, Wojtek wrote:
>
>> wrote :
>>> My understanding is that if this form is
>>> submitted to a servlet there is no assurance that the parameters will
>>> be processed in order so if I want to keep the first rank and id with
>>> the first name
>>
>> Where did you read this?
>>
>> In browsers I have tested against (SeaMonkey, IE, Firefox) the values were
>> kept together.
>
> I think the HTML specification mandates it, actually, but i wouldn't want to
> rely on it.
Really?
Well then do a test at login. Place a couple of hidden value pairs
within the login form, then test them when the user cliks on the login
button.
If the values are out of sync, then log it (to create browser stats)
and inform the user with some helpful message.
--
Wojtek