hello all,

a question :
 I've this...

<dtml-with "mptrois.news.materiel">
<dtml-with "mptrois.news.logiciels">
<dtml-with "mptrois.news.actualite">

<dtml-in "objectValues(['mptrois_guide_fiche'])" sort="fiche_date" size="1" reverse>
...

but i its works only on the last item.

SO :
i want to do that :

<dtml-with "mptrois.news">
<dtml-with "PARENTS[-1]">


to have a list after the end of the first "with" and browse in a forder.

-news           (an instance class called news)
 * actu (an instance class of news called news_actu)
 * soft
 * hard


etc

THX a lot

GiaK
(from paris héhé)