c:forEach in facelets does everything tr:forEach does, so there was no need to have tr:forEach.
-- Adam On 5/4/07, Francisco Passos <[EMAIL PROTECTED]> wrote:
Yes, I'm using facelets. That should be it. On 5/4/07, Döring Markus <[EMAIL PROTECTED] > wrote: > > > > > Are you using facelets? > > If yes, <tr:forEach> is not supported with facelets. > > Try using one of <ui:repeat> (facelets) or <c:forEach> (belongs to JSTL) > > > > > ________________________________ > > Von: Francisco Passos [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 4. Mai 2007 13:51 > An: [email protected] > Betreff: [Trinidad] tr:forEach > > > > > Hello once more. > > Whenever I try to use tr:forEach, I get this error: > > Tag Library supports namespace: http://myfaces.apache.org/trinidad, but no tag was defined for name: forEach > > What causes this?

