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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sun Dec 28 18:52:57 EST 2008


     [ https://jira.jboss.org/jira/browse/RF-4762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-4762:
-------------------------------

    Fix Version/s: Future
                       (was: 3.3.0)


> 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: Sub-task
>    Affects Versions: 3.2.2
>            Reporter: SIBUT Nicolas
>            Assignee: Vladimir Molotkov
>             Fix For: Future
>
>
> 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