ext表单提交问题

lemo 2008-11-10
String name = request.getParameter("name");
   System.out.println(name);
   //PrintWriter pw = response.getWriter();
   if(name.equals("xx"))
   {
   //JSONValue v = new JSONValue();
   //v.parse(name);
   //System.out.println(v.toString());
   //System.out.println("ok");
   //out.print("");
   out.println("{success:true,msg:'ok'}");
   System.out.println("ok");
  
   }
lemo 2008-11-10
我在前台页面用ext写了个表单提交给一个jsp进行验证,但jsp返回不了值给页面
jsp就是如上面写的
atian25 2008-11-10
在form的doFormAction的callback函数里面
Global site tag (gtag.js) - Google Analytics