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

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Wed Apr 30 11:13:18 EDT 2008


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

Mikhail Vitenkov closed RF-3295.
--------------------------------

    Resolution: Done
      Assignee: Mikhail Vitenkov  (was: Nick Belaevski)

elements work fine without EL usage. Verified at 3.2.1.CR2

> 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: Mikhail Vitenkov
>            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