Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.0-beta-4
-
None
-
None
Description
ActionListenerImpl#processActionで発生します。
UICommand command = (UICommand) actionEvent.getComponent();
でactionEvent.getComponent()はorg.apache.myfaces.custom.datascroller.HtmlDataScrollerですが、これは、UICommandではなく、UIPanelになります。