[ http://issues.apache.org/jira/browse/BEEHIVE-401?page=history ]
Jeremiah Johnson updated BEEHIVE-401:
-------------------------------------
Attachment: BEEHIVE-401.tar
Here are the steps that I recommend for using the attached BEEHIVE-401.tar file:
$ tar xf BEEHIVE-401.tar
$ cd BEEHIVE-401
$ ant -f $BEEHIVE_HOME/ant/webappRuntimeCore.xml
-Dwebapp.dir=/home/jjohnson/projects/BEEHIVE-401 deploy.beehive.webapp.runtime
$ ant -f $BEEHIVE_HOME/ant/buildWebapp.xml
-Dwebapp.dir=/home/jjohnson/projects/BEEHIVE-401 build
$ jar cf BEEHIVE-401.war *
$ mv BEEHIVE-401.war $CATALINA_HOME/webapps
Then point your browser at http://localhost:8080/BEEHIVE-401/
You should see a page with a basic grid. There is the word 'Next' above the
grid, but it is not an anchor. From past discussions, I believe that Next
should be a link to current page but show item 11.
- jeremiah
> dataGrid without configurePager 'hiding' overflow rows
> ------------------------------------------------------
>
> Key: BEEHIVE-401
> URL: http://issues.apache.org/jira/browse/BEEHIVE-401
> Project: Beehive
> Type: Bug
> Components: NetUI
> Versions: V1Beta
> Environment: Linux; Tomcat 2.0.28; Beehive SVN r156059
> Reporter: Jeremiah Johnson
> Assignee: Eddie O'Neil
> Priority: Minor
> Attachments: BEEHIVE-401.tar, noPageAction.png
>
> If I define a Data Grid without specifying a pager, I expect to see all rows
> in my grid regardless of how many. The Data Grid actually cuts of the grid
> at 10 rows, but doesn't provide any way for me to see the other rows.
> <netui-data:dataGrid dataSource="pageFlow.users" name="users">
> <netui-data:header>
> <netui-data:headerCell headerText="Username"/>
> <netui-data:headerCell headerText="First"/>
> <netui-data:headerCell headerText="Last"/>
> <netui-data:headerCell headerText="Root"/>
> <netui-data:headerCell headerText="Locked"/>
> </netui-data:header>
> <netui-data:rows>
> <netui-data:anchorCell action="edit"
> value="${container.item.username}">
> <netui:parameter name="id" value="${container.item.id}"/>
> </netui-data:anchorCell>
> <netui-data:spanCell value="${container.item.firstName}"/>
> I cut off the source there, but I think that you get the idea. Here is the
> relevant HTML that is generated:
> Page 1 of 2 <a>Next</a>
> <table class="datagrid">
> <tr class="datagrid-header">
> <th class="datagrid">Username</th>
> <th class="datagrid">First</th>
> <th class="datagrid">Last</th>
> - jeremiah
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira