Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 64513 invoked from network); 15 Jan 2010 11:22:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2010 11:22:59 -0000 Received: (qmail 25114 invoked by uid 500); 15 Jan 2010 11:22:58 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 25028 invoked by uid 500); 15 Jan 2010 11:22:58 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 25020 invoked by uid 99); 15 Jan 2010 11:22:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 11:22:58 +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 gcjmu-myfaces-dev@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 11:22:50 +0000 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NVkG0-0002hO-Ba for dev@myfaces.apache.org; Fri, 15 Jan 2010 12:22:24 +0100 Received: from cm56-152-16.liwest.at ([86.56.152.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jan 2010 12:22:24 +0100 Received: from werner.punz by cm56-152-16.liwest.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jan 2010 12:22:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@myfaces.apache.org From: Werner Punz Subject: Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem Date: Fri, 15 Jan 2010 12:22:00 +0100 Lines: 36 Message-ID: References: <71235db41001150245v12e15336ycf82f6409c3cb4c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm56-152-16.liwest.at User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) In-Reply-To: <71235db41001150245v12e15336ycf82f6409c3cb4c@mail.gmail.com> Sender: news Matthias Wessendorf schrieb: > On Fri, Jan 15, 2010 at 11:28 AM, Jakob Korherr wrote: >> Hi, >> >> Just a few ideas: >> >> 1) MyFaces 1.2 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java >> Servlet 2.5 implementation [1] and I'm not sure, if Tomcat 5.0.28 provides >> that. > > > nope: > > http://tomcat.apache.org/whichversion.html > >> 2) JSF 1.2 uses the unified expression language, which also includes >> javax.el.ValueExpression, so maybe you have to provide the implementation >> for this manually (commons-el.jar) or there's a class loading problem that >> causes the null value. >> >> Another thing: You could try to run it with facelets. Maybe this will work >> and help you solve your JSP problem. > > isn't there a fallback on older containers to use facelets instead (w/ > MyFaces 1.2.x) > >> Also using Facelets would not be that bad, because JSF 2.0 supports them >> out-of-the-box anyway. > > JSP is dead > Its not dead, but it is smelling already really badly... Sorry for digging out that old joke ;-) Werner