4 Replies Latest reply on Jul 30, 2010 8:57 AM by flyinfish

    error handling on actionListener and tree.nodeSelectListener

    flyinfish

      I try to display an error message on actionListener or on a nodeSelectListener of a tree.

      in both cases there seems to be the same situation as the error is caught and logged on server but not visible/understandable for the user.

       

      <rich:tree nodeSelectListener="#{myBean.nodeSelectionListener}"...>...

      <rich:menuItem actionListener="#{searchBean.actionSearch}">

       

      with menu-item i work around by using "action" instead of actionListener for nodeSelectListener i have no clue!

      Thanks for any hint