1 Reply Latest reply on Jul 23, 2008 5:30 PM by jacob.orshalick

    Creating a list

    stereoscope

      hi!


      i'm using Seam 2.0.1 GA and want ot create a list viewing a bunch of entities.
      so far i can view the list and the amount of rows.
      here comes my question: what do i have to do to create a list to zap back and forth in that list.


      cu

        • 1. Re: Creating a list

          what do i have to do to create a list to zap back and forth in that list

          I assume you are referring to scrolling through the list.  It depends on how you want to do it.  If your list is small, you could load all elements into the context and use rich:datascroller.  If your list is large and pulling the data into memory is not an option, you should consider using paging (Hibernate makes this easy).  Check out the Query objects provided by Seam.