jsf - Primefaces selectonemenu displaying data outside the input -
this question has answer here: one or more resources has target of 'head' not 'head' component has been defined within view 2 answers i'm new web programming , manage make work proper connections dropdown populate; i'm using eclipse, latest jdk, wildfly 10 server, mysql server 5.7, primefaces 5.3, javax.faces 2.2. this page: <?xml version='1.0' encoding='utf-8'?> <!doctype html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:p="http://primefaces.org/ui" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:pt="http://xmlns.jcp.org/jsf/passthrough" > <head> <title>combobox</title> </head> &