diff src/main/webapp/entry/text.xhtml @ 145:62d5276ed785

move suggestedTextTypes to CurrentTextBean and read types from definition. clean city type handling.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Mon, 10 Jul 2017 15:54:54 +0200
parents 6911b522c6e2
children 0aa8975784d9
line wrap: on
line diff
--- a/src/main/webapp/entry/text.xhtml	Mon Jun 26 18:15:02 2017 +0200
+++ b/src/main/webapp/entry/text.xhtml	Mon Jul 10 15:54:54 2017 +0200
@@ -146,7 +146,7 @@
 			<h:outputText value="Text Type" />
 			<h:selectOneMenu partialSubmit="true"
 				value="#{CurrentText.attributes['text_type']}">
-				<f:selectItems value="#{ApplicationBean1.suggestedTextTypes}" />
+				<f:selectItems value="#{CurrentText.suggestedTextTypes}" />
 			</h:selectOneMenu>
 			<h:outputText />