tsh0794 发表于 2018-6-8 16:06:55

webUploader标签 Name不能带.号

这种写法系统不认:
<t:webUploader name="wldOrderCustomerList.sfPic"outJs="true" auto="true" showImgDiv="filediv_sfPic" pathValues="${sfPic}"></t:webUploader>

系统只认:
<t:webUploader name="wldOrderCustomerListsfPic"outJs="true" auto="true" showImgDiv="filediv_sfPic" pathValues="${sfPic}"></t:webUploader>

但是 <t:webUploader name="wldOrderCustomerList.sfPic"outJs="true" auto="true" showImgDiv="filediv_sfPic" pathValues="${sfPic}"></t:webUploader> 是代码生成(EasyUI标签列表上下布局(列表数据编辑)+Table风格表单)的。

admin 发表于 2018-6-8 16:45:17

我们确认下
页: [1]
查看完整版本: webUploader标签 Name不能带.号