Home > front end >  How to get on the server side jqGrid data in the table
How to get on the server side jqGrid data in the table

Time:04-24


//here is a list of jqGrid form data, column names: id, name, sex... , to modify data in a form for editing



Then, click on the button after submitting the form, use in the servlet request. GetParameterValues (" sex "), is null

CodePudding user response:

Form must be submitted the form format, not your force in the form of plug a jqgrid can
  • Related