javax.faces.FacesException

2008-11-21 Thread Pierandrea Cercato
etime more than hundred) exceptions like these one: 11:31:54,725 ERROR [DebugUtils] javax.faces.FacesException: Could not get property facetCount of component j_id0 11:31:54,725 ERROR [DebugUtils] javax.faces.FacesException: Could not get property family of component j_id0 11:31:54,725 ERROR [

Re: javax.faces.FacesException: Faces context not found

2007-02-17 Thread Cagatay Civici
Hi, My last post needs a correction; Following is not valid /source.jsf LocnDetail /target.jsf It should be /source.jsp LocnDetail /target.jsf or this works too /source.jsp LocnDetail /target.jsp from-view-id should not include the mapping but to-view-id can.

Re: javax.faces.FacesException: Faces context not found

2007-02-17 Thread Cagatay Civici
ath=/GISWeb)] Servlet > failed with Exception > javax.faces.FacesException: Faces context not found. getResponseWriter > will fail. Check if the FacesServlet has been initialized at all in your > web.xml configuration fileand if you are accessing your jsf-pages > through the correct mappin

Re: javax.faces.FacesException: Faces context not found

2007-02-16 Thread Srinivas V
, Leyzerzon, Simeon <[EMAIL PROTECTED]> wrote: Hello, Could somebody please help me resolving the following runtime exception: <[ServletContext(id=14220560,name=GISWeb,context-path=/GISWeb)] Servlet failed with Exception javax.faces.FacesException: Faces context not found. getRespo

javax.faces.FacesException: Faces context not found

2007-02-16 Thread Leyzerzon, Simeon
Hello, Could somebody please help me resolving the following runtime exception: <[ServletContext(id=14220560,name=GISWeb,context-path=/GISWeb)] Servlet failed with Exception javax.faces.FacesException: Faces context not found. getResponseWriter will fail. Check if the FacesServlet has b

Re: javax.faces.FacesException: java.lang.ClassCastException:

2006-10-19 Thread Matthias Wessendorf
you are mixing myfaces and ri com.sun.faces.config.ConfigureListener remove all RI related stuff. like jars or tld files, shipped by ri -M On 10/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What is the reason of this exception? javax.faces.FacesExc

javax.faces.FacesException: java.lang.ClassCastException:

2006-10-19 Thread [EMAIL PROTECTED]
What is the reason of this exception? javax.faces.FacesException: java.lang.ClassCastException: org. apache.myfaces.renderkit.html.util.ExtensionsPhaseListener at com.sun.faces.config.ConfigureListener.contextInitialized (ConfigureListener.java:310) at

Re: Components using an Alias bean are rendered when it's parent tabbedpane is not! This is causing a javax.faces.FacesException? (REPOST)

2006-09-16 Thread Wdiaz
button are selected. When I select the tab "Finance Report" and select any of the radio buttons, I see the following: 1) The valueChangeAction is called. 2) The exception "javax.faces.FacesException: Value is no String" is displayed. In addition the error references the followi

Components using an Alias bean are rendered when it's parent tabbedpane is not! This is causing a javax.faces.FacesException? (REPOST)

2006-09-14 Thread Paul Spencer
valueChangeAction is called. 2) The exception "javax.faces.FacesException: Value is no String" is displayed. In addition the error references the following components: {Component-Path : [Class: javax.faces.component.UIViewRoot,

Components using an Alias bean are rendered when it's parent tabbedpane is not! This is causing a javax.faces.FacesException?

2006-09-08 Thread Paul Spencer
he valueChangeAction is called. 2) The exception "javax.faces.FacesException: Value is no String" is displayed. In addition the error references the following components: {Component-Path : [Class: javax.faces.component.UIViewRoot,

javax.faces.FacesException: Could not get property uploadedFile of component _id1:fileupload

2005-12-08 Thread Matthias Kahlau
Hi! The HtmlFileUploadRenderer seems to have some problems with empty Strings as value of the value attribute of the inputFileUpload tag. When I set this value to null, it works fine, but when I use an empty String, I get the following runtime error (MyFaces Nightly 20051130): java.lang.ClassCas

Re: javax.faces.FacesException: parent is null?

2005-04-21 Thread Catalin Kormos
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > > at > > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > > at > > > org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdap

Re: javax.faces.FacesException: parent is null?

2005-04-21 Thread Alecsandru Chirosca
ConnectionHandler.processConnection(Http11Protocol.java:549) > at > org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677) >

javax.faces.FacesException: parent is null?

2005-04-21 Thread Catalin Kormos
4-21 17:26:16,750 ERROR [org.jboss.web.localhost.Engine] - Root Cause - javax.faces.FacesException: parent is null? at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:411)

Re: javax.faces.FacesException: Original request not available

2005-02-07 Thread Steven Holmes
error message along with relevant info from my web.xml, index.jsp and tiles-defs for you to look at. Here is the error I'm getting: <[ServletContext(id=15111552,name=ui,context-path=/ui)] Servlet fail ed with Exception javax.faces.FacesException: Original

Re: javax.faces.FacesException: Original request not available

2005-02-07 Thread Matthias Wessendorf
Steve, I have done this some time ago. used struts 1.1, myfaces and tiles could you please provide some more infos on your configuration ? Thanks! Steven Holmes wrote: javax.faces.FacesException: Original request not available Any idea why this would be happening? I'm REALLY trying hard t

javax.faces.FacesException: Original request not available

2005-02-04 Thread Steven Holmes
javax.faces.FacesException: Original request not available Any idea why this would be happening? I'm REALLY trying hard to get myfaces, struts-faces and tiles working together but so far NO LUCK at all.