a4j:included rich:dataTable negatively affects a4j:commandButton

前端 未结 2 373
猫巷女王i
猫巷女王i 2021-01-16 08:13

I have a JSF/RichFaces setup with an index.jsp which a4j:includes another piece of code which contains a rich:dataTable.

It in

2条回答
  •  北海茫月
    2021-01-16 08:31

    I often experience this when I reRender commandButtons/Links.

    Your a4j:form is in effect reRendering itself. Try changing it to something like this:

    
        
            
            
                
            
        
        
    
    

    UPDATE: move your h:form to enclose the a4j:include. Pretty sure that it needs a form and of course you can't nest forms.

提交回复
热议问题