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: -http://svn.apache.org/viewvc/myfaces/trinidad/trunk/t

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 tr

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 f

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 > but

Re: [Trinidad] tr:iterator

2007-09-28 Thread Francisco Passos
Hello there. I tried ui:repeat and the same happened. Before I tried t:dataList, I realized I was using a facelet and conditionally including two other pages which both had this code. I figured it might be causing some problems, so I switched them both to compositions with the original page. The p

Re: [Trinidad] tr:iterator

2007-09-27 Thread Martin Marinschek
May I also suggest to look at t:dataList? regards, Martin On 9/28/07, William Gosse <[EMAIL PROTECTED]> wrote: > > > > > I've seen tr:iterator not behave well when laying out commandLinks > horizontally. I've had much better luck with the Facelets ui:repeat tag for > this kind of stuff. Unfort

RE: [Trinidad] tr:iterator

2007-09-27 Thread William Gosse
I've seen tr:iterator not behave well when laying out commandLinks horizontally. I've had much better luck with the Facelets ui:repeat tag for this kind of stuff. Unfortunately it doesn't have a varStatus. From: Francisco Passos [mailto:[EMAIL PROTECTED] Sen