2 Replies Latest reply on Nov 21, 2007 11:53 AM by fmarwede

    Simple question to suggestionBox

      Hi!

      How can I configure the height of the suggestionbox in that way: If the list has less than 10 entries, there should be exactly enough room to show the entries currently there but not more. If the list has more than 10 entries I want to show the first 10 entries in a box that fits for this content.

      I tried to do something like

      <rich:suggestionBox height="#{bean.getBla}" ... />

      but that doesn't work. Perhaps because this is evaluated before the suggestionAction...

      Any idea?