2 Replies Latest reply on Sep 10, 2010 10:42 AM by krasig

    rich:messages with details

    krasig

      Hi all.

       

      On my page I have :

      <rich:messages .....>

      </rich:messages>

       

      and  in java source :

      FacesContext.getCurrentInstance().addMessage(null,

                              new FacesMessage(FacesMessage.SEVERITY_ERROR, "Summary text",

                                      "Detail text"));                           
                              }

       

       

       

      and I get:

       

      message.png

       

      So. The question is:

      1.how to show "Details" on new row

      2.is there any way to show "details" in some type collapsible panel?

       

      P.S. messages is shown in modalPanle if this is important

       

       

       

      Any suggestion is welcome