width of rich:column don't work with orderingList
-------------------------------------------------

                 Key: RF-4762
                 URL: https://jira.jboss.org/jira/browse/RF-4762
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
            Reporter: SIBUT Nicolas


The width attribute doesn't work with an orderingList :

<rich:orderingList value="#{scenarioRepo.etapes}" var="_etape"">
        <rich:column style="width:300px;">
                <f:facet name="header">
                        <io:label cle="etapeScenario.ordre" />
                </f:facet>
                <h:outputText value="#{_etape.ordre}" />
        </rich:column>
        <rich:column width="100">
                <f:facet name="header">
                        <io:label cle="etapeScenario.action" />
                </f:facet>
                <h:inputTextarea value="#{_etape.action}" cols="60" />
        </rich:column>
</rich:orderingList>

It work good with a dataTable and the same code.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to