2 Replies Latest reply on Sep 17, 2009 9:17 AM by mattc1

    Suggestionbox with commandLink

    mattc1

      Hello,

      I am using RF 3.3.2CR1 with mojarra jsf 1.2#12 and I have a suggestionbox that has a column that looks like:

      <h:column> <a4j:htmlCommandLink id="jumptoAccountLink" styleClass="account-link" value="#{result.name}" action="#{workspaceController.navigateToWorkspace}"
      immediate="true"> <f:param name="objectId" value="#{result.entityId}" />
      </a4j:htmlCommandLink> </h:column>

      The box renders fine but when I click on the link the page just reloads and the action is never called. Any ideas?

      -matt