Galera, estou tendo o esse erro, mas o campo foi criando no Model normalmente !!
public class DadosEntrada implements Serializable {
private static final long serialVersionUID = -8562761784076574321L;
@Id
@GeneratedValue(strategy=GenerationType.AUTO)
private Long id;
private Double quantidade;
private Double valor_Unit;
private Double valor_Item;
Erro:
Grave: Servlet.service() for servlet [Faces Servlet] in context with path [/DuxSolutions] threw exception [/pages/entrada/entrada.xhtml @233,54 value="#{produto.valor_Item}": Property 'valor_Item' not found on type br.com.duxsolutions.model.DadosEntrada] with root cause
javax.el.PropertyNotFoundException: /pages/entrada/entrada.xhtml @233,54 value="#{produto.valor_Item}": Property 'valor_Item' not found on type br.com.duxsolutions.model.DadosEntrada
