Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 46212 invoked from network); 19 Jun 2007 06:13:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2007 06:13:05 -0000 Received: (qmail 25984 invoked by uid 500); 19 Jun 2007 06:13:04 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 25322 invoked by uid 500); 19 Jun 2007 06:13:03 -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 25311 invoked by uid 99); 19 Jun 2007 06:13:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 23:13:03 -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 javahamdi@gmail.com designates 64.233.162.237 as permitted sender) Received: from [64.233.162.237] (HELO nz-out-0506.google.com) (64.233.162.237) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 23:12:58 -0700 Received: by nz-out-0506.google.com with SMTP id i28so1449163nzi for ; Mon, 18 Jun 2007 23:12:38 -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:in-reply-to:mime-version:content-type:references; b=Qd6QjYz2nk64/0y1o+8y+Mkt+MQOAS68n8/D4ufFT//ORGIaaQFnJXoPKGVH7EtM/P9TRrOHVGL5OeqsYHluwEt3n68+B62obJK4Rblyp8bojFW8ZcHsq7qRMofCIMCI13tiD3booKkBVLB/sCryDoyp/TNUGefq/YGqSQYgZwk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=GlJcEyDl+U2I/IXWuDIZc+swA/CL8uHpjK3l2c5iJW+zYKzl8kfdhmZK5AeDsHATivBOA6+MpIPBW9/ByHGX2WxrrZ6aSbDtGR1P3GDHSGtPG6R74DqWkDV7/4Y+gkMza3hKkKgj4PEN33J1Ske6LrsTHKLY/zfaKIa0KToR5yQ= Received: by 10.114.136.1 with SMTP id j1mr6982068wad.1182233557645; Mon, 18 Jun 2007 23:12:37 -0700 (PDT) Received: by 10.141.210.15 with HTTP; Mon, 18 Jun 2007 23:12:37 -0700 (PDT) Message-ID: Date: Tue, 19 Jun 2007 08:12:37 +0200 From: "Zied Hamdi" To: "MyFaces Discussion" Subject: Re: [tobago] how can I have a list of radio boxes in a sheet (one in each line) and belonging to the same group In-Reply-To: <4676A70C.1010900@schnurpfeil.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_19535_12323563.1182233557620" References: <4676A70C.1010900@schnurpfeil.de> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_19535_12323563.1182233557620 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks Udo, The workaround for the moment should be a server side controller, so before I begin to search, can you please tell me if it is possible with ajax in tobaggo (eg. to reloadonly the sheet), eventually if tobago works well with Ajax4JSF. Thanks, 2007/6/18, Udo Schnurpfeil : > > Hallo Zied, > > there is a special tag for almost this job: tc:columnSelector. > But AFAIK in the moment the only selection model is "multiselect". This > tag should be extended to other selection models like "singleselect". > > You may add a JIRA issue for this. > > Regards > > Udo > > Zied Hamdi schrieb: > > is it possible to do sth like: > > > > > "#{personCtrl.current.bean.phones}" var="phone" > > > > > ... > > > > > > > > > > > > > > ... > > > > and join occurences with a group name (to have the radio > > buttons behaviour) ???. Note: maybe if it's not possible today, may we > > extend the taglib selectOneRadio to see if the same id is many times > > in the sheet... > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > -- Zied Hamdi zatreex.sourceforge.net ------=_Part_19535_12323563.1182233557620 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Thanks Udo,
 
The workaround for the moment should be a server side controller, so before I begin to search, can you please tell me if it is possible with ajax in tobaggo (eg. to reloadonly the sheet), eventually if tobago works well with Ajax4JSF.
 
Thanks,

 
2007/6/18, Udo Schnurpfeil <udo@schnurpfeil.de>:
Hallo Zied,

there is a special tag for almost this job: tc:columnSelector.
But AFAIK in the moment the only selection model is "multiselect". This
tag should be extended to other selection models like "singleselect".

You may add a JIRA issue for this.

Regards

Udo

Zied Hamdi schrieb:
> is it possible to do sth like:
>
> <tc:sheet id="phones" columns="50px;15*;18px;18px" value=
> "#{personCtrl.current.bean.phones}" var="phone" >
>
> ...
>
>   <tc:column label="#{ i18n.main}" sortable ="true">
> <tc:selectOneRadio id= "main" value="#{phone.main}">
> <f:selectItem id= "mainPhone" itemValue="false" itemLabel= ""/>
> </tc:selectOneRadio>   </tc:column>
>
> ...
>
> </tc:sheet> and join occurences with a group name (to have the radio
> buttons behaviour) ???. Note: maybe if it's not possible today, may we
> extend the taglib selectOneRadio  to see if the same id is many times
> in the sheet...
>
>
>
>
>
> ------------------------------------------------------------------------
>




--
Zied Hamdi
zatreex.sourceforge.net ------=_Part_19535_12323563.1182233557620--