2 Replies Latest reply on Dec 12, 2007 3:55 AM by tomba

    Validation handling on tabpanel

    tomba

      Hi,

      still working on my tabbed panes and I wonder how I can display error messages on my panes.

      It appears that when validation fails upon switching to another tab, it correctly keeps the view on the current tab but no error messages are displayed in the h:message blocks.

      However, in my log I see the following:

      INFO: WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.
      sourceId=quote:product[severity=(ERROR 2), summary=(quote:product: Validation Error: Value is required.), detail=(quote:product: Validation Error: Value is required.)]
      


      Do I need to explicitly reRender the message blocks or something?

      Thanks,
      Steven