You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ben Anderson <be...@gmail.com> on 2006/02/14 17:08:53 UTC

Re:
<jx2:forEach items="${pages.entrySet()}" var="p">

On 2/14/06, Ben Anderson <be...@gmail.com> wrote:
> Hi,
> I'm need to iterate over a map and have access to both the keys and
> values.  I was hoping for something like like:
>
>         <jx2:forEach items="${pages}" var="p">
>           <page key="${p.key}" value="${p.value}""/>
>
> This doesn't work.  What I've found is that the variable p actually
> has the value in it.
>
> So, instead of java.util.Map.entrySet().iterator() being called to do
> the iteration, it seems as if java.util.Map.getValues().iterator() is
> called to do this iteration behind the scenes.  This is in contrast to
> jstl.
>
> Anyways, does anyone know a way to get the key?
>
> Thanks,
> Ben
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org