[richfaces-issues] [JBoss JIRA] Created: (RF-9313) h:column inside rich:autocomplete are not aligned

Max Katz (JIRA) jira-events at lists.jboss.org
Fri Sep 3 18:02:52 EDT 2010


h:column inside rich:autocomplete are not aligned
-------------------------------------------------

                 Key: RF-9313
                 URL: https://jira.jboss.org/browse/RF-9313
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 4.0.0.Milestone2
            Reporter: Max Katz
             Fix For: 4.0.0.Milestone3


Screen  shot: http://yfrog.com/j6screenshot073ip

<h:panelGrid columns="1">
				<h:outputText value="State:" />
				<rich:autocomplete autocompleteMethod="#{autoCompleteBean.suggest2}"
					mode="ajax" autofill="true" selectFirst="false" 
					var="state"
					fetchValue="#{state.name}">
					<h:column>
						<h:outputText value="#{state.name}"/>
					</h:column>
					<h:column>
						<h:outputText value="#{state.capital}"/>
					</h:column>
				</rich:autocomplete>
			</h:panelGrid>

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

        


More information about the richfaces-issues mailing list