Return-Path: Delivered-To: apmail-tapestry-users-archive@www.apache.org Received: (qmail 62684 invoked from network); 9 Dec 2008 14:52:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2008 14:52:01 -0000 Received: (qmail 21944 invoked by uid 500); 9 Dec 2008 14:52:10 -0000 Delivered-To: apmail-tapestry-users-archive@tapestry.apache.org Received: (qmail 21932 invoked by uid 500); 9 Dec 2008 14:52:10 -0000 Mailing-List: contact users-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tapestry users" Delivered-To: mailing list users@tapestry.apache.org Received: (qmail 21921 invoked by uid 99); 9 Dec 2008 14:52:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2008 06:52:10 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hugo.m.palma@gmail.com designates 74.125.46.31 as permitted sender) Received: from [74.125.46.31] (HELO yw-out-2324.google.com) (74.125.46.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2008 14:50:36 +0000 Received: by yw-out-2324.google.com with SMTP id 5so735784ywb.11 for ; Tue, 09 Dec 2008 06:51:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=Z2oIihRw3+8HmlOCDY+SiQkfR42CObOum3jJKDFUuE8=; b=MwUrDa1O1iI9abBIE/ebEJzH31ex4C9obkW9rr+CCi/5/JNoMMexDIvurHkwU7j8X0 rRxSdKfLP/IugBfo4tcvGkQiQ6lbdnI2gcrNRtJEMiiLulXblAs+XGKEzG0ZqtVq7EHK oTJWSBPF6SHdqHsseOayVgHEaubXuY1PpQEPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=m381KeWq7KGlDzmdJBB2cPUsPnsROmMM4zCfC6FcEoV12G1w7LtUt9eWd/lNopHN9P Abb0c9VzWKIpAR0ZMzH8Zk/KI0mTu5m1u+eC9zvI0u5nmSiJ1hAYUr/kdqBpD6FJyocb 3ZL+dfyOjyqdXkUr5ITYc1iZjv3/nVVQUaCFA= Received: by 10.151.148.2 with SMTP id a2mr149412ybo.80.1228834285165; Tue, 09 Dec 2008 06:51:25 -0800 (PST) Received: by 10.150.138.5 with HTTP; Tue, 9 Dec 2008 06:51:25 -0800 (PST) Message-ID: Date: Tue, 9 Dec 2008 14:51:25 +0000 From: "Hugo Palma" To: "Tapestry users" Subject: Re: [t5] onEvent mixin failure since 5.0.17 - wrong response sent back to server In-Reply-To: <5f29847e0812090647h3ddfcf2ci6cdc751243e1fd4b@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_46290_17195397.1228834285166" References: <49345003.6030808@gmail.com> <49345539.5040500@gmail.com> <5f29847e0812011331x517d6a4fo2d549fce69d3deb5@mail.gmail.com> <5f29847e0812090647h3ddfcf2ci6cdc751243e1fd4b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_46290_17195397.1228834285166 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks. One more thing, i noticed that the fix now forces the event listener method to return a StreamResponse. If not a ClassCastException is thrown. Shouldn't the component treat the same cases of return types from event listener methods as Tapestry does ? In my current usecase for example i want to return an embedded component but i can't do that using the OnEvent component. On Tue, Dec 9, 2008 at 2:47 PM, Sven Homburg wrote: > done! named 5.0.18-SNAPSHOT but compiled against Tapestry 5.0.17 > > 2008/12/9 Hugo Palma > > > Can you guys upload a SNAPSHOT release or something with this fix ? > > > > On Mon, Dec 1, 2008 at 9:31 PM, Sven Homburg > >wrote: > > > > > changes submitted into trunk > > > > > > 2008/12/1 Harald Geritzer > > > > > > > > > > > seems t5components/onEvent changed its behaviour and always sends > back > > > the > > > > field's value as repsonse. is there a way to get the old behaviour > > back? > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org > > > > For additional commands, e-mail: users-help@tapestry.apache.org > > > > > > > > > > > > > > > > > -- > > > with regards > > > Sven Homburg > > > http://www.chenillekit.org > > > http://tapestry5-components.googlecode.com > > > > > > > > > -- > with regards > Sven Homburg > http://www.chenillekit.org > http://tapestry5-components.googlecode.com > ------=_Part_46290_17195397.1228834285166--