Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 64275 invoked from network); 30 Jun 2007 17:46:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jun 2007 17:46:54 -0000 Received: (qmail 68354 invoked by uid 500); 30 Jun 2007 17:46:52 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 68320 invoked by uid 500); 30 Jun 2007 17:46:52 -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 68309 invoked by uid 99); 30 Jun 2007 17:46:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jun 2007 10:46:52 -0700 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 (herse.apache.org: domain of zarick@gmail.com designates 209.85.146.176 as permitted sender) Received: from [209.85.146.176] (HELO wa-out-1112.google.com) (209.85.146.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jun 2007 10:46:48 -0700 Received: by wa-out-1112.google.com with SMTP id l24so1678351waf for ; Sat, 30 Jun 2007 10:46:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=RXuXSQxTM+HS9mGhoQ4oExQ8rFhTfIh6+xao1XrfOj5vCAS31MtX1TUPZ3CwMecnMIk1zekFt3HHmQ7JkVnre6yv+1M9ojWbIiW+eB6VWr8wjhe06BE/IjZ7neLj3KBImDf4cnV7TWd9grkCotHccwZCfwpGNiPUCOI1sK53ywM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=f35GPZwwkTBmyVz+YC+wSoLGkWh1wSqJra9A4YPYAo+YnG5tGDutEpiIYJbEoY6lYh9k32HdwXtemqrWCrDaRVAFqRev2jOIe0SHiiBwk/JEx29+ieUwo+m//attoClF8qJgLd9saLjNh121GfG5zmGPs3nATlG5FpgxI1GiM7A= Received: by 10.114.52.1 with SMTP id z1mr3618638waz.1183225587846; Sat, 30 Jun 2007 10:46:27 -0700 (PDT) Received: by 10.114.124.6 with HTTP; Sat, 30 Jun 2007 10:46:27 -0700 (PDT) Message-ID: Date: Sun, 1 Jul 2007 01:46:27 +0800 From: "Zarick Lau" To: "MyFaces Discussion" Subject: [Trinidad] tr:table and tr:showDetail MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_68678_28292073.1183225587824" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_68678_28292073.1183225587824 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi list, I've try to put a tr:showDetail within "actions" facet of tr:table, like this: The showDetail rendered within the actions area of the table. However, it doesn't disclose when I click the "show" prompt. Is it a legitimate use case?? Regards, Zarick ------=_Part_68678_28292073.1183225587824 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi list,

I've try to put a tr:showDetail within "actions" facet of tr:table, like this:

<tr:table>
<f:facet name="actions">
<tr:showDetail>
<tr:outputText value="hello"/>
</tr:showDetail>
</f:facet>
</tr:table>

The showDetail rendered within the actions area of the table.
However, it doesn't disclose when I click the "show" prompt.

Is it a legitimate use case??

Regards,
Zarick
------=_Part_68678_28292073.1183225587824--