This content has been marked as final. 
    
Show                 6 replies
    
- 
        1. Re: Using rich:modalPanel and a4j:status togetherbruno.arruda Jul 3, 2007 4:04 PM (in response to bruno.arruda)no ideas? am I not explaining well ? please give feedback : P 
 thanks again
- 
        2. Re: Using rich:modalPanel and a4j:status togethersergeysmirnov Jul 3, 2007 4:08 PM (in response to bruno.arruda)what are the problems? 
- 
        3. Re: Using rich:modalPanel and a4j:status togetherilya_shaikovsky Jul 4, 2007 7:14 AM (in response to bruno.arruda)a4j:modalPanel should be called and hidden by it's js api. And a4j:status just show one div and disable another in the different states. So put for example iframe to cover the window intio the start facet and it will block the page. 
- 
        4. Re: Using rich:modalPanel and a4j:status togetherbruno.arruda Jul 21, 2007 4:40 PM (in response to bruno.arruda)sometimes we want to complicate the simple, thanks a lot 
- 
        5. Re: Using rich:modalPanel and a4j:status togethermail Aug 31, 2007 9:08 AM (in response to bruno.arruda)I do this. <rich:modalPanel id="ajaxLoadingModalBox" minHeight="200" minWidth="450" height="100" width="250" zindex="2000"> <f:facet name="header"> <h:outputText value="Request being processed"/> </f:facet> Your request is being processed, please wait. </rich:modalPanel> 
 AND<a4j:status onstart="Richfaces.showModalPanel('ajaxLoadingModalBox',{width:450, top:200})" onstop="Richfaces.hideModalPanel('ajaxLoadingModalBox')"/>
- 
        6. Re: Using rich:modalPanel and a4j:status togethersam_pc1611 Apr 19, 2010 6:05 PM (in response to mail)cool 
 
     
     
    