Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 28748 invoked from network); 10 Jul 2009 09:36:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jul 2009 09:36:06 -0000 Received: (qmail 3022 invoked by uid 500); 10 Jul 2009 09:36:14 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 2957 invoked by uid 500); 10 Jul 2009 09:36:14 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 2947 invoked by uid 99); 10 Jul 2009 09:36:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 09:36:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 09:36:05 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MPCW8-0007wt-G2 for users@myfaces.apache.org; Fri, 10 Jul 2009 02:35:44 -0700 Message-ID: <24424370.post@talk.nabble.com> Date: Fri, 10 Jul 2009 02:35:44 -0700 (PDT) From: Belem To: users@myfaces.apache.org Subject: Re: exception with extval - JSF1054 RENDER_RESPONSE 6 In-Reply-To: <2332f63b0907100155u5e97c196gd06d10c3862be79b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: lissabon@online.de References: <24409424.post@talk.nabble.com> <2332f63b0907091036q7a1009f7o9042171eb2fdb215@mail.gmail.com> <71235db40907091042v5c092feai9fd18aa600ca6428@mail.gmail.com> <2332f63b0907091127y2ec76a08m2f2e1519b19c9273@mail.gmail.com> <24423102.post@talk.nabble.com> <2332f63b0907100155u5e97c196gd06d10c3862be79b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi Gerhard, Gerhard Petracek wrote: > > hmmm - i'm not aware of such issues with mojarra. > what's the functionality of MyAppServlet? > MyAppServlet.init() initializes some attributes and checks the templates folder. MyAppServlet.doGet(..) /.doPost(..) then calls this servlets' method processDocumentRequest(..) which checks the existence of a View-Template object and if not null passes the Request further to includeLayoutTemplate(httpRequest, httpResponse, view) which checks if the called resource (jsp file) in the servlet context isn't null, replaces .jsp by .jsf and then calls the include methode of this resource' RequestDispatcher. I'll try debugging until the start of this exception by attaching api sources... is there something I can watch out for? Thanks, Belem -- View this message in context: http://www.nabble.com/exception-with-extval---JSF1054-RENDER_RESPONSE-6-tp24409424p24424370.html Sent from the MyFaces - Users mailing list archive at Nabble.com.