You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Francesco Consumi <co...@istitutodeglinnocenti.it> on 2004/11/26 11:59:58 UTC

dataTable and inputCalendar rendered as popup

Hi, people,

I've to write ad editable dataTable, in which there are some date fields.
I've noticed that if I put a <x:inputCalendar renderedAsPopup="true"/> in a
column, the page doesn't work. here is the error returned by Tomcat:

--------
HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from
fulfilling this request.

exception

javax.servlet.ServletException: 4
	javax.faces.webapp.FacesServlet.service(FacesServlet.java:125)
	org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)

root cause

javax.faces.FacesException: 4
	net.sourceforge.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:410)
	net.sourceforge.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:241)
	net.sourceforge.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:287)
	javax.faces.webapp.FacesServlet.service(FacesServlet.java:110)
	org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)

note The full stack trace of the root cause is available in the Apache
Tomcat/5.0.28 logs.
Apache Tomcat/5.0.28


------

is it a bug ?
thanks.

--
Francesco Consumi