Is there a way to display a specified area of image using jsf tags? I have to display part of a image which has 50 small images in it. I would appreciate if anyone can help me, I was searching on this topic without any luck.
Thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
JSF can't do this, but CSS can. Moving to the HTML/CSS/JavaScript forum.
Ulf, But when a user clicks on the image (part of the image) i have to call the jsf managed bean, which will take the required action. If i place it in html tag, Can i call the jsf managed bean inside the tag? if so please can you tell me the procedure to do that