[richfaces-issues] [JBoss JIRA] Created: (RF-3295) dataGrid: "elements" doesn't return number of elements in Grid.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Tue Apr 29 10:05:08 EDT 2008


dataGrid: "elements" doesn't return number of elements in Grid.
---------------------------------------------------------------

                 Key: RF-3295
                 URL: http://jira.jboss.com/jira/browse/RF-3295
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: IE, FF, Safari, Opera(3.2.1.CR2)
            Reporter: Mikhail Vitenkov
         Assigned To: Nick Belaevski
            Priority: Minor


Code:
Java bean:
public class TestBean {
...
private String elements;

public TestBean() {
elements = "0";
}
getter & setter;
}

xhtml:
<h:dataTable id="c1" border="1" value="#{testBean.tables}"
				var="table">
				<h:column>
					<rich:dataGrid id="c2" columns="2" value="#{table.cells}"
						var="cell" border="12px" dir="RTL"
						elements="#{testBean.elements}">
						<h:outputLabel value="Value:" for="field" />
						<h:inputText id="field" value="#{cell.value}" required="true"/>
					</rich:dataGrid>
				</h:column>
			</h:dataTable>

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