Thanks for answer, I've just tried and got the following error.
Caused by javax.servlet.ServletException with message: "/photoalbum @33,32 <tr:panelGroup> Tag Library supports namespace: http://myfaces.apache.org/trinidad, but no tag was defined for name: panelGroup" On Thu, Feb 28, 2008 at 10:20 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Hi, > > > > On Thu, Feb 28, 2008 at 8:29 AM, Jeremy Girard <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I've got a strange behaviour using trinidad and jsp tags. > > > > I've got a peace of code like this : > > <tr:iterator value="#{listImages}" var="imageDayList" rows="0"> > > <h:panelGrid columns="3"> > > <tr:iterator value="#{imageDayList}" var="imageEntry" rows="0"> > > <h:panelGroup> > > some <h:output ... > > </h:panelGroup> > > </tr:iterator> > > </h:panelGrid> > > </tr:iterator> > > > > The both iterator works properly but the panelGroup is not > > interpreted, so the layout is not good. All element are on only 1 col > > instead of 3. > > have you tried <tr:panelGroup> ? > > -Matthias > > > > > > > Thanks for help. Regards, > > > > > > -- > > Jérémy Girard > > 06 14 08 38 66 > > > > Jérémy Girard <[EMAIL PROTECTED]> > > > > > > -- > Matthias Wessendorf > > further stuff: > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > mail: matzew-at-apache-dot-org > -- Jérémy Girard 06 14 08 38 66 Jérémy Girard <[EMAIL PROTECTED]>

