I've question related with viewing images in table component, normally I was creating button and adding imgUrl= (file in resources folder), but right now i just bind this property with the String value but it's not working.
It's part of Woodstock JSF component library, so the JSF forum would have been a more appropriate place.
Regarding to the actual problem, do you understand how relative paths work?
What's the absolute URL with which you call this page?
What's the absolute URL with which you can call the image independently?
Once you know that, you can extract the relative URL to the image from the absolute URL of the page. Check the <img> element in the generated HTML source if anything is right.