You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: impl/src/main/java/com/sun/faces/facelets/tag/composite/RetargetedAjaxBehavior.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
importjavax.faces.event.AbortProcessingException;
29
29
importjavax.faces.event.AjaxBehaviorListener;
30
30
importjavax.faces.event.BehaviorEvent;
31
+
importjavax.faces.render.ClientBehaviorRenderer;
31
32
32
33
/**
33
34
* Basically represents {@code <f:ajax>} which is retargeted by {@code <cc:clientBehavior>} in {@code AjaxHandler} and checked in {@code AjaxBehaviorRenderer}.
@@ -47,7 +48,8 @@ public RetargetedAjaxBehavior(AjaxBehavior retargeted) {
0 commit comments