You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org> on 2010/02/17 19:46:28 UTC

[jira] Updated: (TRINIDAD-1397) selectManyShuttle inside panelBox corrupts class attributes of panelBox cells

     [ https://issues.apache.org/jira/browse/TRINIDAD-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeanne Waldman updated TRINIDAD-1397:
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.14-core 
           Status: Resolved  (was: Patch Available)

>  selectManyShuttle inside panelBox corrupts class attributes of panelBox cells
> ------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1397
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1397
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.10-core,  1.2.11-core,  1.2.12-core, 1.2.13-core 
>         Environment: Java 1.5 
> MyFaces 1.2.X
> Trinidad 1.2.10 / 1.2.11 / 1.2.12 / 1.2.13
> Tomcat 6.0.18 / 6.0.14
>            Reporter: elmar kretzer
>            Assignee: Jeanne Waldman
>             Fix For: 1.2.14-core 
>
>         Attachments: patchfile.txt
>
>
> When a selectManyShuttle is rendered inside a panelBox, the panelBox content cells got corrupted css class attributes
> <?xml version="1.0" encoding="UTF-8" ?>
> <jsp:root
>   xmlns:jsp="http://java.sun.com/JSP/Page"
>   version="2.0"
>   xmlns:h="http://java.sun.com/jsf/html"
>   xmlns:f="http://java.sun.com/jsf/core"
>   xmlns:tr="http://myfaces.apache.org/trinidad"
>   xmlns:trh="http://myfaces.apache.org/trinidad/html">
>   <jsp:directive.page contentType="text/html; charset=utf-8" />
>   <f:view>
>     <trh:html>
>       <trh:head title="test">
>     </trh:head>
>     <trh:body>
>       <tr:form>
>         <tr:panelBox>
>           <tr:selectOrderShuttle>
>             <f:selectItem
>               itemLabel="test"
>               itemValue="test" />
>             </tr:selectOrderShuttle>
>           </tr:panelBox>
>         </tr:form>
>       </trh:body>
>     </trh:html>
>   </f:view>
> </jsp:root>
> will lead to following html:
> ....
> <td class="af_panelBox_start"></td>
> <td class="af_panelBox_body">...........</td>
> <td class="af_selectManyShuttle_box_end"></td>
> ....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.