Ver Mensaje Individual
  #6 (permalink)  
Antiguo 31/01/2008, 08:44
Avatar de djagu_26
djagu_26
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 518
Antigüedad: 16 años, 3 meses
Puntos: 6
Re: Paginacion de tabla con JSF.

bueno amigo el error es porq tienes q importar la libreria en la pagina jsf

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:t="http://myfaces.apache.org/tomahawk"
xmlns:c="http://java.sun.com/jstl/core">
.......
.......
.......

</html>

yo importo esas porq son las que uttilizo en cuanto a mi msn es mi nombre d usuario asi q no hay problema agregame tranquilo
saludos