[richfaces-issues] [JBoss JIRA] Assigned: (RF-2806) OrderingList: default controls are displayed also if using buttons facet

Vladimir Molotkov (JIRA) jira-events at lists.jboss.org
Wed Apr 9 08:25:54 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2806?page=all ]

Vladimir Molotkov reassigned RF-2806:
-------------------------------------

    Assignee: Ilya Shaikovsky  (was: Vladimir Molotkov)

Not a bug.
Specification : "It should be possible to customize the control with "topControl" and "topControlDisabled" facet that replaces the default control with facets content".
user must manage the button behaviour, if he uses facet

> OrderingList: default controls are displayed also if using buttons facet
> ------------------------------------------------------------------------
>
>                 Key: RF-2806
>                 URL: http://jira.jboss.com/jira/browse/RF-2806
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: 3.2.0.CR5
>            Reporter: Tsikhon Kuprevich
>         Assigned To: Ilya Shaikovsky
>             Fix For: 3.2.1
>
>         Attachments: ol-facet-but.gif
>
>
> 		<rich:orderingList id="orderingListID" value="#{customize.personList}" var="item" >
> 			<f:facet name="upControl">
> 				<h:outputText value="UpControlViaFacet"></h:outputText>
> 			</f:facet>
> 			<h:column>
> 				<f:facet name="header">
> 					<h:outputText value="Name"></h:outputText>
> 				</f:facet>
> 				<h:outputText value="#{item.name}"></h:outputText>
> 			</h:column>
> 			
> 			<h:column>
> 				<f:facet name="header">
> 					<h:outputText value="Surname"></h:outputText>
> 				</f:facet>
> 				<h:outputText value="#{item.surname}"></h:outputText>
> 			</h:column>
> 			<h:column>
> 				<f:facet name="header">
> 					<h:outputText value="Id"></h:outputText>
> 				</f:facet>
> 				<h:outputText value="#{item.id}"></h:outputText>
> 			</h:column>
> 		</rich:orderingList>

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

        



More information about the richfaces-issues mailing list