日期:2014-05-17  浏览次数:20938 次

jsp表单提交不了问题,人在线
我的代码是这样的
jsp代码
<from action="/productdddddddd.html"  method="post" id="productSearchForm" name="productSearchForm" >
<input type="text" name="productKeywords" id="productKeywords" value="请输入你要查找的产品名称" class="inputX" />
</from>
<a href="javascript:void(0);" id="productSearchSubmit"></a>

JS代码:
jQuery("#productSearchSubmit").bind("click",function(){
jQuery("#productSearchForm").submit();
});

这是重写文件:
<rule>
<from>/productdddddddd.html</from>
<to>/index!productSearcht.xhtml?type=front</to>
</rule>
JSP JavaScript

------解决方案--------------------
下面 的是什么?