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