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

[800 byte] By [b12sa] at [2007-11-27 5:39:10]
# 1
'this.src' only works in <img> elements which have the 'src' attribute.Just look to the generated HTML and apply Javascript accordingly. Don't focus on the JSF code while applying Javascript.
BalusCa at 2007-7-12 15:13:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...