You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Peace Software (JIRA)" <de...@myfaces.apache.org> on 2006/07/03 08:54:29 UTC

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

selectOneRadio renders extra </tr> after each option if layout="pageLayout"
---------------------------------------------------------------------------

         Key: MYFACES-1350
         URL: http://issues.apache.org/jira/browse/MYFACES-1350
     Project: MyFaces Core
        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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
    [ 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.


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

Posted by "Tiago Rinck Caveden (JIRA)" <de...@myfaces.apache.org>.
    [ 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.