You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2017/04/21 10:48:04 UTC

[jira] [Commented] (TOBAGO-1713) Could not call getEventName() on UIComponent if using mojarra

    [ https://issues.apache.org/jira/browse/TOBAGO-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15978498#comment-15978498 ] 

Hudson commented on TOBAGO-1713:
--------------------------------

SUCCESS: Integrated in Jenkins build Tobago Trunk #863 (See [https://builds.apache.org/job/Tobago%20Trunk/863/])
TOBAGO-1713 Could not call getEventName() on UIComponent if using mojarra
* add ClientBehaviorHolder interface to all relevant components (hnoeth: [http://svn.apache.org/viewvc/?view=rev&rev=1792179])
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/BarTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/BoxTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ButtonsTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/CalendarTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ColumnNodeTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ColumnSelectorTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ColumnTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/EventTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/FigureTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/FlexLayoutTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/FlowLayoutTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/FooterTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/FormTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/GridLayoutTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/HeaderTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ImageTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/LabelTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/LinksTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MessagesTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ObjectTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/OutTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/PopupTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SectionTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SegmentLayoutTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SeparatorTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeIconTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeIndentTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeLabelTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeListboxTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeMenuTagDeclaration.java
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeTagDeclaration.java
* (edit) tobago-trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/EventController.java
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-date.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-file.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-hidden.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-link.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-page.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-panel.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-progress.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-selectManyCheckbox.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-selectManyListbox.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-selectManyShuttle.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-selectOneChoice.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-selectOneListbox.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-selectOneRadio.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-sheet.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-tab.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-tabGroup.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-treeCommand.xhtml
* (add) tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-treeSelect.xhtml


> Could not call getEventName() on UIComponent if using mojarra
> -------------------------------------------------------------
>
>                 Key: TOBAGO-1713
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1713
>             Project: MyFaces Tobago
>          Issue Type: Bug
>            Reporter: Henning Noeth
>            Assignee: Henning Noeth
>            Priority: Minor
>             Fix For: 3.1.0
>
>
> An IllegalStateException appear if interface 'ClientBehaviorHolder' is not implemented.
> For example:
> {code:java}new UIBar().getEventNames(){code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)