Rich data grid produces unneeded cells.
---------------------------------------

                 Key: RF-4546
                 URL: https://jira.jboss.org/jira/browse/RF-4546
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
            Reporter: Sergey Halipov
            Priority: Minor
         Attachments: dataGrid.png

<rich:dataGrid
                                        value="#{hotelFullInfo.info.images}" 
var="image" columns="10"
                                        border="0" style="border:0px; 
background-color: #f3f2f2;"
                                        columnClasses="noborder">
                                        <h:graphicImage 
value="#{image.thumbnail.url}"
                                                
alt="#{fn:localize(image.large.imageTitle)}" width="64" >
                                                <a4j:support event="onclick"
                                                        
actionListener="#{hotelFullInfo.changeImage}"
                                                        reRender="mainImage">
                                                        <f:attribute 
name="image" value="#{image.large}" />
                                                </a4j:support>
                                        </h:graphicImage>
                                </rich:dataGrid>

If value colection contains less elements than declared in 'columns' attribute 
unneeded emply cells are produced. See screen shot for more details.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/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