How to handle multidimensional array in form?

Hi. I’m wondering how can i implement multidimensional arrays in forms? For example if i have inputs like this:

<input type="text" name="rate[2646][]">

where 2646 ist the employee id and there can be limitless other rate fields for dozens of other employees, how can i implement this in my Java Forms?

Thanks.