firefox unable to save data using dhtmlxgrid dataprocessor

myDataProcessor = new dataProcessor(“update_all.jsp”)

in update_all.jsp ;

String ids = request.getParameter(“ids”);

in firefox 3.6.8 return null,
but fine in ie6 , 8 , opera 10.54 , chrome 5.0.375.99

just find out … it’s bcoz i’m using a webserver with older jdk (1.3)…
:laughing: