3 Replies Latest reply on Jul 25, 2007 6:16 AM by alfons12

    Navigation doesn't work

    alfons12

      Hello,
      I can't solve this problem:

      the first commandLink in the following snippet doesn't work, the second yes...

      .
      .
      
       <h:outputText styleClass="bold" value="#{labels['clients.representatives']}:"/>
       <h:dataTable value="#{itemManager.items}" var="item">
       <h:column>
       <a4j:commandLink action="go" value="#{item.name} ">
       </a4j:commandLink>
       </h:column>
       </h:dataTable>
       <a4j:commandLink action="go" value="a">
       </a4j:commandLink>
       </h:panelGrid>
       </a4j:form>
      
      
       <navigation-case>
       <from-outcome>go</from-outcome>
       <to-view-id>/faces/jsp/page.jsp</to-view-id>
       <redirect/>
      


      Where is the problem? Is it a bug?