G'day everyone,
I have a problem with checkboxes in that when they are unchecked i want to know about it, but when a checkbox gets unchecked nothing gets sent over the request about it. I had an idea where i could intercept the request and search it for certain checkbox field names, and if i don't find them i wanted to add these fields as properties/parameters in the requestParameterMap and set ther values to false. Only problem here is that this map is immutable. Any ideas?? I really need to get over this problem. The main question here is how can i add an extra request parameter to the requestParameterMap when it is an immutable object??
Thanks in advance,
Eddy.


Reply With Quote