Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 92247 invoked from network); 3 Feb 2006 06:23:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Feb 2006 06:23:23 -0000 Received: (qmail 95644 invoked by uid 500); 3 Feb 2006 06:23:07 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 95625 invoked by uid 500); 3 Feb 2006 06:23:06 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 95614 invoked by uid 99); 3 Feb 2006 06:23:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2006 22:23:06 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of k.shastri@gmail.com designates 64.233.162.201 as permitted sender) Received: from [64.233.162.201] (HELO zproxy.gmail.com) (64.233.162.201) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2006 22:23:06 -0800 Received: by zproxy.gmail.com with SMTP id m22so585724nzf for ; Thu, 02 Feb 2006 22:22:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=b9RtUy2riir1fs4MYKcywyr4EAwity84v9SElSDDQ2hx4F8QKhXxpid9fRFqX9FIRf2arSklcaLbIy/Qx1dK3fBHVYMAL7dLH62wdSpng28T56bZqTEe8DmKqapNExvetFupS2MCMZHHRZ1LVZIh7HMkjxTDFDotZBxqJh+zjhs= Received: by 10.36.222.48 with SMTP id u48mr1313366nzg; Thu, 02 Feb 2006 22:22:45 -0800 (PST) Received: by 10.36.148.5 with HTTP; Thu, 2 Feb 2006 22:22:45 -0800 (PST) Message-ID: Date: Fri, 3 Feb 2006 11:52:45 +0530 From: Kannan Shastri To: users@tomcat.apache.org Subject: problem on tomcat 5.5.7 with JSF MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1862_25577611.1138947765350" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_1862_25577611.1138947765350 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi All, I am facing a very peculiar issue. This is not a tomcat issue as such, but if somebody has faced it before, i could use the help.I am using JSF 1.1wit= h j2sdk1.4.2_10 and Tomcat 5.5.7. JSF Expression language is giving me some puzzling errors if I say value=3D"#{varList.AInfo.BInfo.someName} mapped in a datatable tag like this, where varList is the ArrayList we are mapping the table to, Ainfo is a TreeMap inside it, BInfo is a TreeMap inside AInfo, and someName is a property, it complains saying that "error retrieving property someName"....This happens only on j2sdk1.4.2_10, it was working fine (it still works fine) on j2sdk1.4.2_04. I just need to change the JAVA_HOME environment variable, and the problem surfaces. I cannot use j2sdk1.4.2_04 because it results in a core dump elsewhere (the reason I upgraded to j2sdk1.4.2_10). is this a bug in JSF, or something in j2sdk1.4.2_10 that is causing it to fail? Can anyone help me with this? -- Kannan Shastri ------=_Part_1862_25577611.1138947765350--