diff src/main/webapp/entry/place.xhtml @ 111:22a18bfc66b0

new completion that uses ALIASes: AbstractListenerObject. was_copied_in in WITNESS form can use PLACE aliases now. some cleanup.
author casties
date Fri, 09 Dec 2016 21:18:27 +0100
parents 99f9a55a4957
children
line wrap: on
line diff
--- a/src/main/webapp/entry/place.xhtml	Thu Dec 08 16:05:18 2016 +0100
+++ b/src/main/webapp/entry/place.xhtml	Fri Dec 09 21:18:27 2016 +0100
@@ -27,10 +27,9 @@
 			<h:outputText />
 
 			<h:outputText value="Type" />
-			<h:selectOneListbox size="4" partialSubmit="true"
-				value="#{CurrentCity.attributes['type']}">
+			<h:selectOneMenu value="#{CurrentCity.attributes['type']}">
 				<f:selectItems value="#{CurrentCity.suggestedTypes}" />
-			</h:selectOneListbox>
+			</h:selectOneMenu>
 			<h:outputText />
 			
             <h:outputText value="This place is part of" />