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

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Wed Dec 12 06:09:05 EST 2007


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