This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: How to add facet from the programm?ilya_shaikovsky Jun 5, 2007 10:50 AM (in response to yevgen_78)For modalPanel header for example I've used: HtmlOutputText header = new HtmlOutputText(); header.setValue("Can't delete department " + getTransferObject().getName(; modalPanel.getFacets().put("header", header);
 For me works fine.
 
    