imagePath问题
joe_qlb
2007-03-19
我在table中指定了我的图片路径:imagePath="/images/table/compact/*.gif"
结果出错,错误如下: org.apache.jasper.JasperException: .... Unable to find setter method for attribute: imagePath 请问是否不能像eXtremeComponents一样设置工具栏图片的路径? |
|
fins
2007-03-19
是这样的
现在ecside生成的代码里 没有任何地方需要显示的引用图片 如果你想修改样式图片,可以直接去css文件里修改 让图片路径和ecside解耦,让css文件成为ecside与外部图片资源沟通的桥梁,这是一种进步. 不知道楼主是否能够理解 |
|
iampotato
2007-03-20
imagePath="/images/table/compact/*.gif"
改成试试 imagePath="../images/table/compact/*.gif" |