JSF 2 — Composite component with optional listener attribute on f:ajax

前端 未结 3 1479
无人及你
无人及你 2020-12-15 01:45

I have a composite component that looks something like this:




        
3条回答
  •  离开以前
    2020-12-15 02:30

    I've the same problems too, and my solution was create default value for the action method. I have only to create a class: MyComponent.java that contains all default methods signature.

    
        
    
    
        
            
        
    
    

提交回复
热议问题