Para hacerme entender mejor les pongo un ejemplo, tengo mi página nuevoEmpleado.jsp donde pongo un textbox para capturar su nombre, si lo hago de esta forma me aparece normal cuando correo la aplicación:
Código HTML:
Nombre: <input type="text" name="txt_nombre_empleado" />
Código HTML:
Nombre: <h:inputText id="txt_nombre_empleado"></h:inputText>
Gracias de antemano por cualquier ayuda o idea de lo que puede estar pasando.
PD: si les sirve de algo este es el inicio de mi .jsp
Código HTML:
<?xml version="1.0" encoding="ISO-8859-1" ?> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <%@page deferredSyntaxAllowedAsLiteral="true" %> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html">