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
* actu
* soft
* hard
etc
THX a lot
GiaK
(from paris héhé)