Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 91135 invoked from network); 25 Feb 2009 14:41:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2009 14:41:24 -0000 Received: (qmail 82604 invoked by uid 500); 25 Feb 2009 14:41:19 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 82567 invoked by uid 500); 25 Feb 2009 14:41:19 -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 82558 invoked by uid 99); 25 Feb 2009 14:41:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 06:41:19 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.227.17.8] (HELO moutng.kundenserver.de) (212.227.17.8) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 14:41:10 +0000 Received: from [192.168.0.15] (p54B113AD.dip0.t-ipconnect.de [84.177.19.173]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MKv1o-1LcKwI0LP4-000EQQ; Wed, 25 Feb 2009 15:40:48 +0100 Message-ID: <49A5586B.2000607@elfwyn.net> Date: Wed, 25 Feb 2009 15:40:43 +0100 From: Stefan Fassel User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: MyFaces Discussion Subject: Re: [Trinidad] Problems Configuring Application for Use with MyFaces Trinidad and Facelets References: <49A5445C.1040604@elfwyn.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18APamIl26Yh6jJ47RslFKDJcM9SjpYDz69hnK eRFt9ODu2RUJJgRckwFPCbannLbP6kf0cGDpZqRCsEizoMoFuu GWjIKRyxv5iLlic9l8y2cxyfU0aHrCQ X-Virus-Checked: Checked by ClamAV on apache.org Using the 1.1.14 Libs did not help - the Problem is the same as before. As I have said earlier I have to use an earlier Version of the el-api and el-ri jars They are from facelets 1.0.1 as suggested in this Article: http://forums.java.net/jive/thread.jspa?messageID=154133 I have already consultet with the wiki and other sources, but this special configuration with this specific error doesn't seem to be covered yet. However - since I'm new to this technology there might be things that I have missed while configuring the Application. Thanks for the help S.Fassel Richard Yee wrote: > Check the trinidad wiki. I think you need to upgrade to facelets 1.1.14 > > -R > > Sent from my iPhone > > On Feb 25, 2009, at 5:15 AM, Stefan Fassel wrote: > >> Hello >> >> I am having Problems porting a small functioning MyFaces Core Page to >> Trinidad. >> >> To make the rendering of the Trinidad-based xhtml Page work I have >> added the Default Render Kit ID: >> org.apache.myfaces.trinidad.core >> >> and removed the Facelets View Handler: >> >> from faces-config.xml >> >> After this the Button Actions cease to work properly and the Action >> Method previously working with >> MyFaces Core TagLibs is not executed. Neither is the Browser >> redirected to the intended target Page. >> >> The widgets seem to be rendered correctly as far as I can see. >> >> Maybe the EL-Expressions in the xhtml - Page are not evaluated anymore? >> Maybe something with the removal of the FaceletsViewHandler? >> >> Environment is: >> Tomcat 5.5.23 >> Trinidad 1.0.10 >> MyFaces 1.1.6 >> Facelets 1.1.11with EL-Libraries from an older Version for >> Compatibility reasons. >> >> Restrictions are Java 1.4 and JSF 1.1 >> >> Here is the relevant part of the web.xml I'm using: >> >> >> javax.faces.DEFAULT_SUFFIX >> .xhtml >> >> >> facelets.VIEW_MAPPINGS >> *.xhtml >> >> >> javax.faces.STATE_SAVING_METHOD >> client >> >> >> >> org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION >> >> true >> >> >> >> org.apache.myfaces.trinidad.USE_APPLICATION_VIEW_CACHE >> >> false >> >> >> >> org.apache.myfaces.trinidad.CACHE_VIEW_ROOT >> false >> >> >> >> org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION >> >> true >> >> >> >> org.apache.myfaces.trinidad.CHANGE_PERSISTENCE >> session >> >> >> >> org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS >> >> true >> >> >> >> org.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY >> 512000 >> >> >> >> org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE >> >> 5120000 >> >> >> >> org.apache.myfaces.trinidad.UPLOAD_TEMP_DIR >> /tmp >> >> >> >> org.apache.myfaces.trinidad.resource.DEBUG >> true >> >> >> >> org.apache.myfaces.trinidad.CLIENT_STATE_MAX_TOKENS >> >> 3 >> >> >> >> org.apache.myfaces.trinidad.CLIENT_STATE_METHOD >> all >> >> >> >> org.apache.myfaces.trinidad.DIALOG_NAVIGATION_PREFIX >> >> userInputHere: >> >> >> >> org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER >> >> com.sun.facelets.FaceletViewHandler >> >> >> facelets.SKIP_COMMENTS >> true >> >> >> trinidad >> >> org.apache.myfaces.trinidad.webapp.TrinidadFilter >> >> >> >> trinidad >> FacesServlet >> >> >> >> >> org.apache.myfaces.webapp.StartupServletContextListener >> >> >> >> >> >> FacesServlet >> javax.faces.webapp.FacesServlet >> >> >> >> >> resources >> >> org.apache.myfaces.trinidad.webapp.ResourceServlet >> >> >> >> >> FacesServlet >> *.jsf >> >> >> FacesServlet >> /faces/* >> >> >> resources >> /adf/* >> >> >> >> >>