5 Replies Latest reply on Jun 20, 2007 9:23 AM by ilya_shaikovsky

    rich:suggestionBox and validating within rich:modalPanel

    -arthur-

      Hello,

      my first post here :)

      I've got a use case where it would be great to have a form with rich:suggestionBox within a modalPanel.

      I've found several issues doing this.

      First of all there seems to be a bug with suggestionBox inside modalPanel.
      The suggestion box doesn't appear next to the input field inside the modalPanel but anywhere in the darkened background. (IE7 and Firefox 2.0.3) Can anyone approve that?

      Second:
      How could i solve the problem with validating Data? If I use a normal h:commandButton the modalPanel disappears no matter if the data is valid or not. Thats clear, because of the full page refresh.
      Would a full ajaxified form with a4j:commandButton solve this problem?

      Thanks for your help and advices.