Thanks for implementing!


> 
>    [ 
> https://issues.apache.org/jira/browse/TRINIDAD-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833130#action_12833130
>  ] 
> 
> Matthias Weßendorf commented on TRINIDAD-1397:
> ----------------------------------------------
> 
> I think that's our failure, as the patch is already sitting there since a 
> while ;-)
> 
>> 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
>>        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.
> 

Reply via email to