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

Anton Belevich (JIRA) jira-events at lists.jboss.org
Tue Jul 15 13:34:03 EDT 2008


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

Anton Belevich reassigned RF-3852:
----------------------------------

    Assignee: Tsikhon Kuprevich  (was: Anton Belevich)

> 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: Tsikhon Kuprevich
>             Fix For: 3.2.2
>
>
> 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