补充下 VO 里面也有关于leasingExerciseRefrenceNum属性的get(),set()方法定义。

解决方案 »

  1.   


    //LeasingExerciseBO leasingExercise = (LeasingExerciseBO) 
    num = dynaForm.get("leasingExercise.leasingExerciseRefrenceNum");
    dataMap.put("exerNum", num); 这样?
      

  2.   

    form.action="/leasing/dn/findEnquiryofLeasingProposal.do"应该这样吧。
      

  3.   

    document.forms[0].action = "<%=request.getContextPath()%>/leasing/dn/findEnquiryofLeasingProposal.do";
    document.forms[0].submit();
    ================================================
    另外,你在url后面加上参数传值干什么,这是get方式,你已经用post方式提交了,