[richfaces-issues] [JBoss JIRA] Created: (RF-3852) OrderingList validation bug

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Jul 7 04:47:57 EDT 2008


OrderingList validation bug
---------------------------

                 Key: RF-3852
                 URL: http://jira.jboss.com/jira/browse/RF-3852
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
            Reporter: Ilya Shaikovsky
         Assigned To: Anton Belevich


http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162610#4162610

	<h:form>
	<h:messages />
	<rich:orderingList var="lib" listHeight="300" listWidth="350" required="true">
		<rich:column  width="180">
		<f:facet name="header">
			<h:outputText value="Song Name" />
		</f:facet> 
			<h:outputText value="#{lib.title}"></h:outputText>
		</rich:column>
		<rich:column>
			<f:facet name="header">
				<h:outputText value="Artist Name" />
			</f:facet>
			<h:outputText value="#{lib.album.artist.name}"></h:outputText>
		</rich:column>
	</rich:orderingList>
	<h:commandButton value="submit"/>
	</h:form>

As you could see no value defined, so no items in list -  but nothing happend after submit. (message should appears.)

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