[
https://issues.apache.org/jira/browse/MYFACES-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489854
]
Mike Kienenberger commented on MYFACES-1350:
--------------------------------------------
Submit the fix in the form of a unified diff patch, and it'll be fixed faster.
> selectOneRadio renders extra </tr> after each option if layout="pageLayout"
> ---------------------------------------------------------------------------
>
> Key: MYFACES-1350
> URL: https://issues.apache.org/jira/browse/MYFACES-1350
> Project: MyFaces Core
> Issue Type: Bug
> Reporter: Peace Software
> Priority: Minor
>
> org.apache.myfaces.renderkit.html.HtmlRadioRendererBase is rendering an extra
> </tr> after each option if layout="pageDirection". The encode end method has
> a line which says "if (pageDirectionLayout) writer.endElement(HTML.TR_ELEM);"
> even though it hasn't started a <tr>.
> This is causing page layout issues for us.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.