[richfaces-issues] [JBoss JIRA] Work started: (RF-1607) listShuttle: the cell text is carrying over in case if there are spaces in the cell's content

Vladimir Molotkov (JIRA) jira-events at lists.jboss.org
Wed Dec 12 07:13:51 EST 2007


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

Work on RF-1607 started by Vladimir Molotkov.

> listShuttle: the cell text is carrying over in case if there are spaces in the cell's content
> ---------------------------------------------------------------------------------------------
>
>                 Key: RF-1607
>                 URL: http://jira.jboss.com/jira/browse/RF-1607
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>         Environment: JSF 1.2
> tomcat 6.0
> IE 6,7
>            Reporter: Tsikhon Kuprevich
>         Assigned To: Vladimir Molotkov
>
> 		<rich:listShuttle sourceValue="#{listBean.capitals}" switchByClick="false" var="list"
> 			id="listShuttle" value="#{listBean.target}" controlsType="link">
> 			<f:facet name="sourceCaption">caption_1</f:facet>
> 			<f:facet name="topControl">
> 				<h:outputText value="Move to top"/>
> 			</f:facet>
> 			<f:facet name="topControlDisabled">
> 				<h:outputText value="Move to top"/>
> 			</f:facet>					
> 			<rich:column>
> 			<f:facet name="header">1header</f:facet>
> 				<h:outputText value="#{list.capitalName}" />
> 			</rich:column>
> 			<rich:column>
> 				<f:facet name="header">header_2</f:facet>
> 				<h:outputText value="#{list.stateName}" />
> 			</rich:column>
> 			<rich:column>
> 				<f:facet name="header">header_3</f:facet>
> 				<h:outputText value="3 #{list.stateName}" />
> 			</rich:column>
> 			<rich:column>
> 				<f:facet name="header">3.5</f:facet>
> 				<h:outputText value="" />
> 			</rich:column>
> 			<rich:column>
> 				<f:facet name="header">header_4</f:facet>
> 				<h:outputText value="4 #{list.stateName}" />
> 			</rich:column>
> 		</rich:listShuttle>

-- 
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