<t:swapImage url=""
swapImageUrl="images/circle_buttons/go_grey_2.gif"
activeImageUrl="images/circle_buttons/go_grey_1.gif"
width="35"
height="35"
style="border: none;"/>
The image renders but I am getting a js error and the rollover is not working:
Line 34
Character 1
Object Expected
Code 0.
Should I submit this to jira or is it something else?
On 9/29/05, Bruno Aranda <[EMAIL PROTECTED]> wrote:
Could you open a JIRA with that? t:swapImage does work in the
examples, but it is not in a commandLink, so there might be a bug
here...
Bruno
2005/9/29, Gregg D Bolinger < [EMAIL PROTECTED]>:
> I have the following:
>
> <t:commandLink action="">> <t:swapImage
> swapImageUrl="images/circle_buttons/go_grey_2.gif"
>
> activeImageUrl="images/circle_buttons/go_grey_1.gif"/>
> </t:commandLink>
>
> The image(s) do not render at all, and when I say that I mean this is what I
> get in the HTML
>
> <a href="">>
> Nothing renders for the image(s). I am using MyFaces 1.1.0 and I am using
> the 3 JARs instead of the -all.jar.
>
> Thanks.
>
> Gregg
>
>

