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