Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 72072 invoked from network); 10 Nov 2008 19:10:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 19:10:33 -0000 Received: (qmail 23301 invoked by uid 500); 10 Nov 2008 19:10:40 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 23257 invoked by uid 500); 10 Nov 2008 19:10:40 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 23246 invoked by uid 99); 10 Nov 2008 19:10:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 11:10:40 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of master.leonhart@gmail.com designates 64.233.170.186 as permitted sender) Received: from [64.233.170.186] (HELO rn-out-0910.google.com) (64.233.170.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 19:09:22 +0000 Received: by rn-out-0910.google.com with SMTP id j66so2175924rne.20 for ; Mon, 10 Nov 2008 11:10:05 -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:mime-version:content-type; bh=oDWAhpsM71slrSwYxvNft3iOMDVGkA1d7d97gy7Jp6M=; b=LDj5Z3flFMAt8+uu3DBOJgtKPlXxIRfNwhMFjPZ1byK/N5cMrfZa56x5/e8nKc+y1T X8o44HhSCiiYlTILZlMNzAua7PwE6tCjFeOhMNyHRrzgbt8mRR1cuFJYOPzPngIQmcZI 0nrD5h90CQDHEnVVRSEIniwGs/q2yDt5mNiJw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=gDmgOFE6kFXaswslPQECzaBnu1/NC2l76k6yXJBIJBZ/qxW2C9+ROmOOtyEGr9tTl9 oDfuSmcYL4E5VUIo9ti7+Rj6yBdTypcaNwIljWlhBhKFm+0Nodf4jbKBWUaizxCq9ARY FUsUo0OOLV6KL5IHX5pT88Z+7mlnYI5qc/UUU= Received: by 10.142.126.17 with SMTP id y17mr2566313wfc.33.1226344204723; Mon, 10 Nov 2008 11:10:04 -0800 (PST) Received: by 10.142.54.16 with HTTP; Mon, 10 Nov 2008 11:10:04 -0800 (PST) Message-ID: Date: Mon, 10 Nov 2008 17:10:04 -0200 From: "Ricardo P." To: dev@myfaces.apache.org Subject: [Trinidad] 1-Rerendering components with a4j 2- JBoss Portal MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_109507_13081877.1226344204718" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_109507_13081877.1226344204718 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi ,my name is Ricardo, I'm from Brazil. I am recently working with Jboss Rich-faces and Apache Trinidad, I had some problems with incompatibilities between rich-face's AJAX and Trinidad's AJAX, since their reRendeing schema are different. although, i am facing another problem, and i was wondering if you could help me out. I'm trying to reRender some Trinidad components by clicking in a a4j:commandButton. If i use the reRender paramenter on the button tag, the components are reRendered, as they should, but they pretty much 'die', after the rendering, all the Trinidad componet's functionalities cease to work e.g.: the 'onblur' param of a tr:inputText simply is not executed anymore. I tryed to invert the roles, instead of the a4j' reRender param i used the 'partialTriggers' param on my Trinidad components, witch, did not work, the button did not rerendered the Trinidad components. I thought that the existance of a 'action' paramenter (with is in use) on the a4j button would create a AJAX postback to the server, who, by its turn, would trigger the 'partialTriggers' in the Trinidad components, but that doesn't work. What am I doing wrong? another question, we are using the JBoss portal 2.7.0, and we are trying to use a Trinidad Chart inside a JSF portlet, but no Trinidad component seem to work inside a Portlet. It can't be done? ------=_Part_109507_13081877.1226344204718 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi ,my name is Ricardo, I'm from Brazil.

I am recently working with Jboss Rich-faces and Apache Trinidad, I had some problems with incompatibilities between rich-face's AJAX and Trinidad's AJAX, since their reRendeing schema are different.

although, i am facing another problem, and i was wondering if you could help me out.

I'm trying to reRender some Trinidad components by clicking in a a4j:commandButton. If i use the reRender paramenter on the button tag, the components are reRendered, as they should, but they pretty much 'die', after the rendering, all the Trinidad componet's functionalities cease to work e.g.: the 'onblur' param of a tr:inputText simply is not executed anymore.

I tryed to invert the roles, instead of the a4j' reRender param i used the 'partialTriggers' param on my Trinidad components, witch, did not work, the button did not rerendered the Trinidad components.
I thought that the existance of a 'action' paramenter (with is in use) on the a4j button would create a AJAX postback to the server, who, by its turn, would trigger the 'partialTriggers' in the Trinidad components, but that doesn't work.

What am I doing wrong?




another question, we are using the JBoss portal 2.7.0, and we are trying to use a Trinidad Chart inside a JSF portlet, but no Trinidad component seem to work inside a Portlet.
It can't be done? ------=_Part_109507_13081877.1226344204718--