ecside工具栏中插入数据后,点击保存的时候js报错$(form).getElementsByTagName is not a function

tyuttjx 2012-09-12
ecside工具栏中插入数据后,点击保存的时候js报错$(form).getElementsByTagName is not a function,这是什么问题导致的啊?折腾我一天了,大家有没有遇到过同样的问题?帮帮我啊!我的前台代码如下
<ec:table items="entities" var="entity"
retrieveRowsCallback="limit"
sortRowsCallback="limit"
filterRowsCallback="limit"
action="${ctx}/app/subject/subjectLiterature!getAllSubject.action?"
useAjax="true"
pageSizeList="5,10,15,20,50,all"
rowsDisplayed="15"
title=""
editable="true"
xlsFileName="文件1.xls"
csvFileName="文件2.csv"
pdfFileName="文件3.pdf"
showPrint="true"
sortable="true"
resizeColWidth="true"
filterable="true"
updateAction="${ctx}/app/subject/subjectLiterature!save.action?"
deleteAction="${ctx}/app/subject/subjectLiterature!delete.action?" classic="true">
<ec:row recordKey="${entity.id }">
<ec:column property="rowcount" cell="rowCount" title="序号" style="text-align:center"  />
<ec:column property="cname" title="中文名称" ></ec:column>
<ec:column property="ename" title="英文缩写名称"></ec:column>
<ec:column property="isenable" title="是否禁用" style="text-align:center"></ec:column>
</ec:row>
</ec:table>
<!-- 新建记录所用的模板 -->
<textarea id="ec_add_template" rows="" cols="" style="display: none">
<tpsp />
<input type="text" name="cname"/>
<tpsp />
<input type="text" name="ename"/>
<tpsp />
<input type="text" name="isenable"/>
</textarea>
<!-- 编辑和过滤所使用的 通用的文本框模板 -->
<textarea id="ecs_t_date" rows="" cols="" style="display: none">
<input type="text" class="inputtext" value="" style="width: 100px;" name="" />
<input class="calendarImgButton" onclick="ECSideUtil.showCalendar(this)" type="button" id="date_button" />
</textarea>

<!-- 编辑和过滤所使用的 通用的文本框模板 -->
<textarea id="ecs_t_input" rows="" cols="" style="display: none">
<input type="text" class="inputtext" value=""
onblur="ECSideUtil.updateEditCell(this)" style="width: 100%;"
name="" />
</textarea>
sbjw1234 2013-08-20
请问这个问题解决了吗,我现在也遇到这个问题。

急求解
Global site tag (gtag.js) - Google Analytics