Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 63029 invoked from network); 3 Aug 2007 09:59:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Aug 2007 09:59:38 -0000 Received: (qmail 74137 invoked by uid 500); 3 Aug 2007 09:59:35 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 74103 invoked by uid 500); 3 Aug 2007 09:59:34 -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 74091 invoked by uid 99); 3 Aug 2007 09:59:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 02:59:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mwessendorf@gmail.com designates 209.85.198.190 as permitted sender) Received: from [209.85.198.190] (HELO rv-out-0910.google.com) (209.85.198.190) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 09:59:27 +0000 Received: by rv-out-0910.google.com with SMTP id c27so552075rvf for ; Fri, 03 Aug 2007 02:59:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=qD55gTHEyTR+vjhi1A2Jeyn0Uuk8PMv8h/bcNA8nG/H0MUm7LklgOzSQ9Ri+8TOh4dW+PCyz5gBgSqT8YMsDTHelIMNQvcUg8f3nwjw7Jaory2y+7oWHmo0o1E6c86QxOKBn88i7PJwEiMNq6HYTkU1rF+6CJcw7QWK/IG2c878= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=I/eSN0F8pHsbieON1EvCgdrZ9ugXWPKDBn3Fg44p48lcbYnY3oDXaagXxODgE7I6i75ZSFxBryPYxWywpFFRMBDfhVgn7pisrehV1aA315Q0QblnzUsPtDwMBCkHH6CeCEfGtC5MMioC3dfeggntiF09RuWxNTkVikGlfkvlIs8= Received: by 10.115.61.1 with SMTP id o1mr2768833wak.1186135146332; Fri, 03 Aug 2007 02:59:06 -0700 (PDT) Received: by 10.114.79.10 with HTTP; Fri, 3 Aug 2007 02:59:06 -0700 (PDT) Message-ID: <71235db40708030259j3c509c03x3d7d101befe1e8bd@mail.gmail.com> Date: Fri, 3 Aug 2007 11:59:06 +0200 From: "Matthias Wessendorf" Sender: mwessendorf@gmail.com To: "MyFaces Discussion" Subject: Re: [Trinidad] not working with richfaces suggestion box In-Reply-To: <46B2FA3C.1000105@tecnotp.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46B2EBAD.8000904@tecnotp.it> <71235db40708030217o50d6e91akb52327df8493ebc0@mail.gmail.com> <46B2FA3C.1000105@tecnotp.it> X-Google-Sender-Auth: 371136d743cd46c6 X-Virus-Checked: Checked by ClamAV on apache.org can you create a simple WAR, that can be easily deployed to a standalone tomcat ? -M On 8/3/07, Renzo Tomaselli wrote: > > There isn't much more I can say. First I had a table in a Facelet > component, no problems. Then I wanted to add a suggestion box on each row. > I soon discovered that it doesn't work, even when placed alone outside the > table. > I get the reported warning at each keypress within the input field - e.g. > when Richfaces ajax PPR is triggered - not during the very first rendering. > Coding is just simple as in: > > > suggestionAction="#{bean.autocomplete}" var="suggest"> > > > > > > according to Richfaces dev. guide. The issue about duplicated class is > something concerning Richfaces PPR response, I can't see such class from > Firebug on the resulting page. I don't even know whether this warning is > related to the missing suggestion dropdown rendering. > My application mixes up Tomahawk 1.1.5, Facelets 1.1.11, Trinidad 1.0.1, > Richfaces 3.0.2. > > -- Renzo > > Matthias Wessendorf wrote: > for some reasons the renderer renders two HTML class attributes, so > Trinidad renders the second as dublicate_class > > so, the HTML is looking like > > > > can you provide a bit more infos? > > like for instance, what the HTML looks like > > Not familiar w/ jboss richfaces > > -M > > On 8/3/07, Renzo Tomaselli wrote: > > > In the past I had quite a number of troubles getting these two systems > working together, and issues still keep on. > I tried to attach a suggestion box to a h:inputText when Trinidad is > also in the game. No way, server reports: > > 3-ago-2007 10.28.00 > org.apache.myfaces.trinidadinternal.io.DebugResponseWriter > _checkDuplicateAttribute > WARNING: Attribute "class" output twice; writing attribute as > "duplicate_class" instead. > > The involved bean method providing suggestion list is reached, however > no dropdown is appearing. > I also cross-posted the same on the Richfaces users forum. > Just wondering if anybody else got similar problems. > > -- Renzo > > > > > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ mail: matzew-at-apache-dot-org