From adffaces-user-return-1339-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Thu Nov 02 17:52:21 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 78627 invoked from network); 2 Nov 2006 17:52:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 17:52:20 -0000 Received: (qmail 72183 invoked by uid 500); 2 Nov 2006 17:52:31 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 71979 invoked by uid 500); 2 Nov 2006 17:52:30 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 71970 invoked by uid 99); 2 Nov 2006 17:52:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 09:52:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of awiner@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 09:52:14 -0800 Received: by ug-out-1314.google.com with SMTP id y2so233800uge for ; Thu, 02 Nov 2006 09:51:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Eawuj39pPelNsq1m+y1YTZ+pnXP0AZyIgI675F9ki1fee6Fc7z4uVuVA2NheFsphGXLlprMpBnZwaQTwvE57cG7jPP8WKYx6spmZyLJUtzmItUVGt0tLe/0AapqLCeLLU/tiIMm1C+q2B0JRJhHa5UyN/Wj88jOH30WvVHsxWEc= Received: by 10.67.101.10 with SMTP id d10mr1053157ugm.1162489911855; Thu, 02 Nov 2006 09:51:51 -0800 (PST) Received: by 10.67.99.17 with HTTP; Thu, 2 Nov 2006 09:51:51 -0800 (PST) Message-ID: <6dac79b90611020951pc90ce5btc374874dfb9eb303@mail.gmail.com> Date: Thu, 2 Nov 2006 09:51:51 -0800 From: "Adam Winer" To: adffaces-user@incubator.apache.org Subject: Re: Opera In-Reply-To: <8F9BA684796C2848A3DD79037C5F75BF0A868B@MOES0037.tcc.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8F9BA684796C2848A3DD79037C5F75BF0A868B@MOES0037.tcc.local> X-Virus-Checked: Checked by ClamAV on apache.org Well, obviously a bug - don't see how a NullPointerException could be desired behavior. :) Patches for Opera support would be greatly appreciated! -- Adam On 11/2/06, D=F6ring Markus wrote: > Hello, > i used an old trinidad snapshot linked in the wiki and everything worked = fine with IE, Firefox and Opera. (Ok, on opera there where some messages on= the server that no special css was found, bout the page rendered correctly= ) > After the mail from Adam Winer about a new snapshot (Download the latest = builds at any time from: > http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/tri= nidad/ > ...) > > I moved to the newest snapshot and when I access my page an exception occ= urs: > java.lang.NullPointerException > at org.apache.myfaces.trinidad.render.CoreRenderer.isIE(CoreRende= rer.java:514) > at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.Simpl= eSelectOneChoiceRenderer.getOnclick(SimpleSelectOneChoiceRenderer.java:140) > at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.Xhtml= Renderer.renderEventHandlers(XhtmlRenderer.java:429) > at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.FormE= lementRenderer.renderEventHandlers(FormElementRenderer.java:150) > at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.Xhtml= Renderer.renderAllAttributes(XhtmlRenderer.java:311) > > this happens on opera 9.02, IE and Firefox are fine. > > Bug in trinidad? > > Greetings > Markus > >