Markus,

here is some doc for forEach and iterator from our homepage

http://incubator.apache.org/adffaces/trinidad-api/tagdoc/tr_iterator.html

http://incubator.apache.org/adffaces/trinidad-api/tagdoc/tr_forEach.html


One question, can you add "TCC" to this wiki page
http://wiki.apache.org/myfaces/Companies_using_Trinidad

would be great,
-Matthias

On 9/26/06, Döring Markus <[EMAIL PROTECTED]> wrote:
Thanks for the help.
Good to know.
I used the combination
<tr:table>
        <tr:foreach>
                <tr:column>
                        <f:facet name="header">
                                text
                        </f:facet>
                </tr:column>
        </tr:foreach>
</tr:table>
earlier and it works nice with the <f:facet>.
Now I have to try to get something to work with the c:forEach ...
Maybe something in the wiki with what components <tr:foreach> works and with 
what not would be nice.

Greetings
Markus

-----Ursprüngliche Nachricht-----
Von: Adam Winer [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 25. September 2006 21:45
An: [email protected]
Betreff: Re: NullPointer when using dynamic actionListener type

tr:forEach only works with other tr: tags - not f:actionListener.

In JSP 2.1 or in Facelets, you can use c:forEach with all tags, but
by the nature of how tr:forEach works, it can't work across all
tags like they can.

-- Adam



--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to