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

Anton Belevich resolved RF-3852.
--------------------------------

    Resolution: Done

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to