Changed ui controllers to let primefaces handle the pagination.
[simdecs.git] / web / bn / node / Create.xhtml
index 9c8ad32..69cd073 100644 (file)
                     </h:selectOneMenu>
                 </h:panelGrid>
                 <br />
-                <h:commandLink action="#{nodeController.create}" value="#{bundle.CreateNodeSaveLink}" />
+                <h:commandLink action="#{nodeController.create}" value="#{bundle.CreateNodeSaveLink}" />               
                 <br />
                 <br />
-                <h:commandLink action="#{nodeController.prepareList}" value="#{bundle.CreateNodeShowAllLink}" immediate="true"/>
-                <br />
-                <br />
-                <h:commandLink value="#{bundle.CreateNodeIndexLink}" action="/index" immediate="true" />
+                <h:commandLink value="#{bundle.CreateNodeIndexLink}" action="/bn" immediate="true" />
             </h:form>
         </ui:define>
     </ui:composition>