Yep, now I have tried it and it worked!!

And if somebody had an answer on the post "[JXTemplate] problems accessing a value" I'd be the happiest man alive.

Thanks
Jonny

Sebastien Arbogast wrote:

2005/6/20, Johannes Becker <[EMAIL PROTECTED]>:
Hi,

I've got a function that returns a List. In this List again there is
another Set.

Question:
- Can I iterate through a Set with <jx:forEach ?
- How would I do that? Another <jx:forEach ?

My JXTemplate:
...
<c:forEach select="#{getList}">
  <a>#{price}</b>
  <b>  <!-- here I want the Set iterated   -->    </b>
</c:forEach>

It seems to me that forEach is able to iterate on any Collection
subclass, including List's and Set's. Have you tried ?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to