Title: ComboGrid select value and Ajax call Post by: Jakob on April 09, 2013, 12:33:24 AM I have a drop down field and when I select a value from drop down, an ajax call is made to submit the form
Code: <script type="text/javascript"> The problem is when I try to receive the value using request.getParameter value is null even though val is correctly passed as I can see header information like Code: out.println("value "+request.getParameter("val"));%> |