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

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

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

Mike Kienenberger commented on MYFACES-1574:
--------------------------------------------

Author: mbr
Date: Mon Apr  9 01:15:56 2007
New Revision: 526672

URL: http://svn.apache.org/viewvc?view=rev&rev=526672
Log:
default renderertype must be javax.faces.Link

> 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.