1 Reply Latest reply on Oct 5, 2015 5:59 AM by michpetrov

    CommandLink is not working in single click, have to click twice

    nikunjmulani

      Overview:

      A list data table has id column. System navigated to detail page on click on the ID and breadcrumb link (h:commandLink) is generated on top.

      The detail page has number of AJAX call on various component of rich faces.

       

      Issue:

      The breadcrumb link is not working in single click (Have to click twice) if any AJAX call performed on any rich face component in detail page.

      It is working fine if we are not performing any Ajax call in detail page.

      Technical Overview:

       

      <h:commandLink id="breadCrumbLinkm"

                                                      value="#{breadcrumbs.getBreadcrumLabel()}"

                                                      action="#{actionExp}" />