Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

af:commandButton actionListener or action is not getting called

AmittJun 23 2017 — edited Jun 26 2017

Jdev 11.1.1.7

In my code, i have a commnad button in jsff file which is a part of bounded taskflow.

Initially, the action method (which was tied to method in backing bean and returning String to navigate) was not getting called, so i checked with actionListener but even that is not getting called.

  <af:commandButton text="Submit2" id="cb12"

                                  actionListener="#{pageFlowScope.aimsBean.testDeleteIt}"

                                  inlineStyle="font-size:small;">

                </af:commandButton>

I tried even

  <af:commandButton text="Submit2" id="cb12"

                                  action="navigate"

                                  inlineStyle="font-size:small;">

                </af:commandButton>

but button is not working at all.

Please advise

This post has been answered by Amitt on Jun 26 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2017
Added on Jun 23 2017
6 comments
967 views