Hi,
i have tried some of the methods i read about this and it seems not working just for me..
i want to get the selected value of a Select. my HTML:
the AdminWorkSpace is the same page reloading it self onChange(), the idea is to retrieve data from the server and change Html accordingly.
in my
servlet:
System.out.println(request.getParameter("Combobox1"));
it keeps writing me "null" and it also goes like this for getParameterValues("Combobox1");
and getParameterMap() showing empty braces: "{}"
thank you in advance.
