[richfaces-issues] [JBoss JIRA] Created: (RF-4762) width of rich:column don't work with orderingList

SIBUT Nicolas (JIRA) jira-events at lists.jboss.org
Tue Oct 28 04:34:21 EDT 2008


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

        



More information about the richfaces-issues mailing list