Changed ui controllers to let primefaces handle the pagination.
[simdecs.git] / web / bn / question / Create.xhtml
index cdcbc6e..c81855c 100644 (file)
                     </h:selectOneMenu>
                 </h:panelGrid>
                 <br />
-                <h:commandLink action="#{questionController.create}" value="#{bundle.CreateQuestionSaveLink}" />
+                <h:commandLink action="#{questionController.create}" value="#{bundle.CreateQuestionSaveLink}" />             
                 <br />
                 <br />
-                <h:commandLink action="#{questionController.prepareList}" value="#{bundle.CreateQuestionShowAllLink}" immediate="true"/>
-                <br />
-                <br />
-                <h:commandLink value="#{bundle.CreateQuestionIndexLink}" action="/index" immediate="true" />
+                <h:commandLink value="#{bundle.CreateQuestionIndexLink}" action="/bn" immediate="true" />
             </h:form>
         </ui:define>
     </ui:composition>