You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Paul McMahan (JIRA)" <de...@myfaces.apache.org> on 2007/04/18 19:24:16 UTC

[jira] Resolved: (MYFACES-1574) HtmlOutputLink returns the wrong renderer type

     [ https://issues.apache.org/jira/browse/MYFACES-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul McMahan resolved MYFACES-1574.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0-SNAPSHOT

Not sure when/how this was fixed but HtmlOutputLink returns the correct renderer type now.

> HtmlOutputLink returns the wrong renderer type
> ----------------------------------------------
>
>                 Key: MYFACES-1574
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1574
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>    Affects Versions: 1.2.0-SNAPSHOT
>            Reporter: Paul McMahan
>         Assigned To: Matthias Weßendorf
>             Fix For: 1.2.0-SNAPSHOT
>
>
> The generated java src for javax.faces.component.html.HtmlOutputLink sets the renderer type to "javax.faces.Label" :
>   public HtmlOutputLink()
>   {
>     setRendererType("javax.faces.Label");
>   }
> It should instead set the renderer type to "javax.faces.Link"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.