Hi to all,
i have the following select tag:
i use javascript to add options to the select and allowing the user to change the order of those options.
The thing is i don't know how to send the options to the
servlet (or retrieve the options like getParameter("OrderList")),
i need all the option's text parameters (best to return with values also but not necessarily).
I have read a little about JSON, still not sure if i really need it to accomplish this task.
any ideas or suggestions ?