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.

 Thanks for help. Regards,


-- 
Jérémy Girard
06 14 08 38 66

Jérémy Girard <[EMAIL PROTECTED]>

Reply via email to