0 Replies Latest reply on Jul 26, 2010 8:08 AM by anitha.nagani.raj.gmail.com

    Dropdown displaying fewer values

    anitha.nagani.raj.gmail.com

      Hi all,


      I've generated a seam application using Seam-Gen. I a dropdown in my search page using which i make a search.
      Everything is working fine, but as i added more data and tested i observed that only 25 values from the database are getting populated in my dropdown. For example, I have two entities A and B. A is the parent table and B is its child. Dropdown if entity A is implemented in B's search page. I have 41 different values stored for entity A in the database. But only 25 values out of 41 are available as dropdown in the search page of entity B.
      Why is this happening? Can i gt any help to come out of this?