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

[jira] Commented: (MYFACES-1350) selectOneRadio renders extra after each option if layout="pageLayout"

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

Tiago Rinck Caveden commented on MYFACES-1350:
----------------------------------------------

We also noticed that in our project here. It's causing us some issues too.

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