Hi. I am iterating over a list like this:
<s:iterator value="mylist" status="status" id="list">
</s:iterator>
which works.
Additionally i've got a Map where the key is the List and the value is another
list.
<s:iterator value="mylist" status="status" id="list">
<s:iterator value="mymap.[0]" id="listinmap"
</s:iterator>
</s:iterator>
This does not work. How can i tell the lookup expression, that it should use
the value from the current outer iterator as the key to lookup the inner list
( [0] i thought).
thx
--
Bitte senden Sie mir keine Word- oder PowerPoint-Anhänge.
Siehe http://www.gnu.org/philosophy/no-word-attachments.de.html
Really, I'm not out to destroy Microsoft. That will just be a
completely unintentional side effect."
-- Linus Torvalds
smime.p7s
Description: S/MIME cryptographic signature

