I'm using JSF with Trinidad tag
I was wondering how can I catch error event like in html img tag
<img src="someimage.png" onerror="imgError(this);"/>
This is my code:
<tr:image source="/../myImage.png">
So , I will be able to replace the image with error image.
Thanks,
Jhon.