Skip to content
Snippets Groups Projects
Commit eab45439 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Minor modification

parent efaeb4ad
No related branches found
No related tags found
No related merge requests found
......@@ -41,14 +41,13 @@
<p:commandButton ajax="true" value="Accept Selection" action="#{selectedDependenciesBean.submit()}" style="width: 100%" update=":messages"/>
<p:commandButton ajax="true" value="Reset Selection" style="width: 100%" />
</h:panelGrid>
<p:selectManyMenu value="#{selectedDependenciesBean.dependencies}" style="width: 100%"
converter="kieker.webgui.converter.MIDependencyToStringConverter">
<p:selectManyCheckbox value="#{selectedDependenciesBean.dependencies}"
layout="pageDirection"
converter="kieker.webgui.converter.MIDependencyToStringConverter">
<f:selectItems value="#{dependenciesBean.dependencies}"
var="dependency" itemLabel="#{dependency.filePath}"
itemValue="#{player}" />
</p:selectManyMenu>
itemValue="#{dependency}" />
</p:selectManyCheckbox>
</h:panelGrid>
</h:form>
</p:layoutUnit>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment