AW: [trinidad] tr:iterator

2008-06-17 Thread Döring Markus
An: MyFaces Discussion Betreff: Re: [trinidad] tr:iterator On Mon, Jun 16, 2008 at 11:44 AM, Zigc Junk [EMAIL PROTECTED] wrote: 1. It looks to me that tr:forEach is not available anymore. Whenever I use it, I got an exception. what type of an exception are you getting ? It is available in trunk: -http

[trinidad] tr:iterator

2008-06-16 Thread Zigc Junk
Hi, I have a tr:tableLayout. Since the number of rows changes, I use tr:iterator to enclose tr:rowLayout. One of the columns contains radio buttons. Therefore, the markup looks like tr:selectOneRadio value=#{AccountBean.selectedCreditCard} required=yes tr:iterator

Re: [trinidad] tr:iterator

2008-06-16 Thread Matthias Wessendorf
Hello, try tr:forEach. But I doubt that the trh tags will work -Matthias On Mon, Jun 16, 2008 at 8:48 AM, Zigc Junk [EMAIL PROTECTED] wrote: Hi, I have a tr:tableLayout. Since the number of rows changes, I use tr:iterator to enclose tr:rowLayout. One of the columns contains radio buttons.

Re: [trinidad] tr:iterator

2008-06-16 Thread Matt Cooper
Hi Bill, I could be wrong but I don't believe the tr:selectOneRadio accepts children that produce DOM. Also, the trh:rowLayout must be inside of a trh:tableLayout. Instead of using tr:selectOneRadio, you may want to use multiple tr:selectBooleanRadio components. The selectBooleanRadio is more

Re: [trinidad] tr:iterator

2008-06-16 Thread Zigc Junk
1. It looks to me that tr:forEach is not available anymore. Whenever I use it, I got an exception. 2. tr:selecteBooleanRadio works fine. Thanks for the help. Bill On Mon, Jun 16, 2008 at 1:10 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hello, try tr:forEach. But I doubt that the trh

Re: [trinidad] tr:iterator

2008-06-16 Thread Matthias Wessendorf
On Mon, Jun 16, 2008 at 11:44 AM, Zigc Junk [EMAIL PROTECTED] wrote: 1. It looks to me that tr:forEach is not available anymore. Whenever I use it, I got an exception. what type of an exception are you getting ? It is available in trunk:

Re: [Trinidad] tr:iterator

2007-09-28 Thread Francisco Passos
To: MyFaces Discussion Subject: [Trinidad] tr:iterator Good afternoon! I'm using tr:iterator to present various commandLinks on a page. The problem is: they are always duplicated. I've checked and the list on the bean only has 2 elements. However 4 links are generated. Here's

[Trinidad] tr:iterator

2007-09-27 Thread Francisco Passos
Good afternoon! I'm using tr:iterator to present various commandLinks on a page. The problem is: they are always duplicated. I've checked and the list on the bean only has 2 elements. However 4 links are generated. Here's the xhtml: tr:iterator id=tabber value=#{fichaBean.gruposAtributos}

RE: [Trinidad] tr:iterator

2007-09-27 Thread William Gosse
] Sent: Thursday, September 27, 2007 12:42 PM To: MyFaces Discussion Subject: [Trinidad] tr:iterator Good afternoon! I'm using tr:iterator to present various commandLinks on a page. The problem is: they are always duplicated. I've checked and the list on the bean only has 2 elements. However 4

Re: [Trinidad] tr:iterator

2007-09-27 Thread Martin Marinschek
it doesn't have a varStatus. From: Francisco Passos [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 12:42 PM To: MyFaces Discussion Subject: [Trinidad] tr:iterator Good afternoon! I'm using tr:iterator to present various