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> Nico > Hello, > > <mm:list nodes="<%= nr %>" path="t_page,posrel,t_episode" orderby="posrel.pos"> > <mm:field name="t_episode.ddate" id="lTimeddate"><mm:time format="d MMMM yyyy - hh:mm" referid="lTimeddate" /></mm:field><br> > </mm:list> > > If I use this piece of code, I get an error like: > Object with id lTimeddate was already registered in the root context > > Does anyone have an example for me, how I can format my ddate field result in a list? Or tell me what kind of format this ddate is, so I can format it myself using SimpleDateformat? > > Thanx, > Kind regards Sandra Hibma > > > > --------------------------- > Teleac/NOT > Sandra Hibma > Web Application Developer > [EMAIL PROTECTED] > 035 - 62 93 118 > http://www.teleacnot.nl > --------------------------- > > > >
