Simular la presentación posterior a través de JS
1: Los parámetros requeridos para la solicitud son demasiado largos, superando la longitud máxima permitida por Get
2: Desea ocultar los parámetros de la barra de direcciones
// Cree un nuevo formulario Forme Docum.Write ('<Form name = myForm> </form>'); var myForm = document.forms ['myform']; myForm.action = 'runempattendance'; myForm.method = 'post'; var input = document.createElement ('entrada'); input.type = 'text'; input.name = 'userId'; input.value = 100; myForm.appendChild (input); myForm.subMit (); // Use el formulario de formulario que ya existe en JSP y agregue otros parámetros var myForm = document.forms ['listEmployee']; // El namevar input = document.createElement ('input'); input.type = 'Hidden'; input.name = 'currentPage'; input.value = 1; myform.appendChild (input); myForm.method = 'post'; myform.subMit ();