CommandLink not Working on a Lazy Loaded Primefaces Datascroller

后端 未结 3 1332
感情败类
感情败类 2021-02-10 05:04

I\'m having an issue with lazy loading a Primefaces Datascroller component.

I have a jsf page that should display 10 events on page load. If the user wants to see more h

3条回答
  •  温柔的废话
    2021-02-10 05:48

    A workaround would be to use PrimeFaces remote command, passing arguments with rc([name: 'paramName', value: someParamValue]). These arguments should be available using #{param['paramName']} EL expression

    Example:

    
    
    
        
    
            
                
        
                        
                        
                            
                        
                    
    
                
                    
                    
                
    
        
    
    

提交回复
热议问题