${ util.include('header', [title:'Setup: ' + page.title]) } <% def fieldFn = { q, label, valueControl -> %>
<% valueControl(q); %>
<% } %>

Cluster configuration

<% def q1 = page.getQuestion('clusterMode') %>
<% fieldFn(q1, "Do you want your server to run in the cluster mode?", { q -> %> <% }); %>
<% def q2 = page.getQuestion('acsComponent') %>
<% fieldFn(q2, "Tigase Advanced Clustering Strategy (ACS) Component", { q -> %> <% }); %>

Please select/deselect features which should be enabled:

<% page.getFeatureQuestions().each { %>
<% fieldFn(it, it.getLabel(), { q -> %> <% }); %> <% if (it.getId() == "upload") { %> <% } %>
<% } %>
${ util.include('footer') }