[EMAIL PROTECTED] wrote:
> names can only be registered once in the context.
> Removing it before registering a new one should work
> 
> <mm:list nodes="<%= nr %>" path="t_page,posrel,t_episode"
> orderby="posrel.pos">
> <mm:remove referid="lTimeddate"/>
> <mm:field name="t_episode.ddate" id="lTimeddate"><mm:time format="d MMMM
> yyyy - hh:mm" referid="lTimeddate" /></mm:field><br>
> </mm:list>

It is nicer to give the 'name' a scope with 'mm:context", or simply avoid it:


<mm:list nodes="$number" path="t_page,posrel,t_episode"  orderby="posrel.pos">
  <mm:field name="t_episode.ddate"><mm:time format="d MMMM  yyyy - hh:mm" /></mm:field>
</mm:list>


-- 
mihxil'  Michiel Meeuwissen 
Mediapark C101 Hilversum  
+31 (0)35 6772979
[]() 

Reply via email to