accessing imageHyperlink image
I am using netbeans visual web pack to create a image hyperlink and I am having trouble accessing the image directly from the imageHyperlink.
<webuijsf:imageHyperlink actionExpression="#{LinksBar.homeLink_action}" binding="#{LinksBar.homeLink}" id="homeLink"
imageURL="/resources/images/homeButton.png" onMouseOver="this.value='/MyWeb/resources/images/home2Button.png'" style="left: 15px; top: 8px; position: absolute"/>
however the onMouseOver call in the above doesn't work. in have also tied:
this.src
with no joy also.
Anyone have any help on this one?
Message was edited by:
b12s

