Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有特立尼达标签的 JSF
我想知道如何在 html img 标签中捕获错误事件
<img src="someimage.png" onerror="imgError(this);"/>
这是我的代码:
<tr:image source="/../myImage.png">
所以,我将能够用错误图像替换图像。
谢谢,
约翰。
在我看来,最好的解决方案是将source属性指向servlet或 bean 上的方法,并在那里执行一些逻辑。
source