Commit 4a0d4c8d by Antti Tonkyra

ajaxifying

1 parent 0c03330e
...@@ -40,7 +40,9 @@ ...@@ -40,7 +40,9 @@
<h:selectBooleanCheckbox value="#{actionLogCreateView.task}"/> <h:selectBooleanCheckbox value="#{actionLogCreateView.task}"/>
</div> </div>
<h:commandButton class="sendbutton" action="#{actionLogCreateView.send}" value="#{i18n['actionlog.create.submitbutton']}" /> <h:commandButton class="sendbutton" action="#{actionLogCreateView.send}" value="#{i18n['actionlog.create.submitbutton']}">
<f:ajax render="@form" />
</h:commandButton>
</div> </div>
</h:form> </h:form>
<div class="clearfix"></div> <div class="clearfix"></div>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!