Primefaces Schedule is not displayed in Application

后端 未结 2 1752
独厮守ぢ
独厮守ぢ 2020-12-21 18:31

I got a problem with the Primefaces .

It is not displayed in my Application which uses and

2条回答
  •  梦毁少年i
    2020-12-21 19:06

    Months ago, I learned the same as well, to use ajax="false" on pages where p:schedule exist, but if absolutely necessary, your page does 'not' need to disable AJAX (ajax="false").

    My page below, renders a menu with where ajax="false", but also, it has p:calendar and p:commandButton's to update the month view of p:schedule.

    
    
    
    
        
    
            
                
    
                
    
                    
    
                    
                        
                            
                                
                                
                                    
                                
                            
                        
    
                        
                            
                                
                                    
                                        
                                    
                                
    
                                
                                    
                                    
                                
                            
    
                        
    
                    
    
                
    
            
    
            
    
                
    
                    
    
                    
                        
                    
    
                
    
            
    
        
    
    
    

提交回复
热议问题