Problems with the accordionPannel and the calendar...

UI Components for JSF
Post Reply
agustincba
Posts: 36
Joined: 18 Oct 2010, 09:00

18 Oct 2010, 15:17

Hi Guys !. My name is Agustin and I live in Córdoba, Argentina. My problem is the following, but firstly I give my details:
NetBeans v6.8
PrimeFaces v2.2M1
FrameWork: Java Server Faces [Configuration=> Preferred Page Language: JSP]
Java Platform: JDK V1.6 (Default)
Server: Apache Tomcat 6.0.20
Java EE Version: Java EE 5

Hope I'm not forgetting anything... He re is my code:
In a JSP File...

Code: Select all

<%-- 
    Document   : index
    Created on : 18-oct-2010, 10:08:11
    Author     : Agustin
--%>

<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
<%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
<%@taglib prefix="pf" uri="http://primefaces.prime.com.tr/ui" %>

<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>JSP Page</title>
    </head>
    <body>
        <h1>Hello World!</h1>
        <pf:calendar mode="popup"></pf:calendar>
    </body>
</html>
and the error I get is the following:

Code: Select all

Estado HTTP 500 -

type Informe de estado

mensaje

descripción El servidor encontró un error interno () que hizo que no pudiera rellenar este requerimiento.
Apache Tomcat/6.0.20
Which apparently means that the server found an internal error that made impossible to fill this requirement... This wasn't really the problem, as when I went to sleep things were going ok... The problem was is that I saw the textbox and I make click inside it, the calendar didn't appear... Was weird !. But talking about the error I put before, when I remove the "pf" tags, the error dissapears !!! :( I dunno what to do ! as this library is amazing ! :D
Hope someone can help me !.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: Google [Bot] and 43 guests