Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-1981

outputLink does not render onfocus and onblur

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.7-SNAPSHOT
    • 1.1.7
    • None
    • None
    • tomcat 6.0.16
      java 1.6.0
      myfaces 1.1.7-snapshot

    Description

      onfocus and onblur are not rendered in outputLink. Although, these attributes are declared in the tld for the outputLink tag. Here's my jsf snippet:

      <f:view>
      <h:outputLink value="http://SomeURL" onfocus="myfunc();" onblur="myfunc();" onmouseover="myfunc();" >
      <h:outputText value="Click Me"/>
      </h:outputLink>
      </f:view>

      And this is what gets rendered:
      <a id="_idJsp0" name="_idJsp0" href="http://SomeURL" onmouseover="myfunc();">Click Me</a>

      Attachments

        1. myfaces-shared-3.0.5-snapshot.patch
          2 kB
          Paul Rivera
        2. myfaces-shared-2.0.9-snapshot.patch
          2 kB
          Paul Rivera

        Activity

          People

            lu4242 Leonardo Uribe
            paulr1984 Paul Rivera
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: