>> > >>><jx:forEach  items="#{language}" varStatus="status"  >
>> > >>>  <jx:choose>
>> > >>>    <jx:when test="#{status.current = $pagelang.pagelang}">

>> > <jx:when test="${status.current == pagelang.pagelang}">

>shouldn't this be also status.current.value?

yes, now everything works as expected. Thanks a lot.

>> Thanks a lot Helma. By the way are there some other resources
>> on the web talking about jx:* tags  ? (the one on the cocoon
>> website is cool but not enough clear/full sometimes)

>I've been searching for documentation myself. Finally I checked the
>jexl/jxpath documentation on commons.apache.org and debugging the stuff
also
>helps in understanding what goes on.
>I haven't found much else, I'm afraid.

Thanks (once again),
Stephane


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

Reply via email to