aspose file tools
The moose likes JSF and the fly likes Retaining table context Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Retaining table context" Watch "Retaining table context" New topic
Author

Retaining table context

Krishna Sagi
Greenhorn

Joined: Jun 23, 2010
Posts: 1
Hi,

I have implemented a pagination with 3 columns(in a table). One for 'Showing 1/6 results. Page 1/1.'
2nd column for a view dropdown(10pages, 20 pages).
3rd column for scrolling - previous 1 2 next (1, 2 - means page numbers).

Whenever I'm selecting a field in 2nd page, a page submit happens and the page goes back to first page. But I want that page to stay in selected page itself.
I am not sure where to start looking for this problem. Is there anything else I need to see?
Appreciate your responses.

Here is the code for view dropdown.


 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Retaining table context
 
Similar Threads
dropdown selection in Struts2
list box problem
Creating a HTML table to display values from a database
Sortable DataTable in WebSphere portal
Populate Dropdowns