From: Lane S. <la...@sa...> - 2002-11-22 00:48:00
|
looks like a parser bug to me but I cannot believe it. Could you write a=20 small junit test which reproduces it??? -thanks, Lane Endre St=F8lsvik wrote: >This little template seems to stop the parsing midway, w/o any error at >all. > >Notice the ( (parathesis) instead of { (curly brace) in the else-part. >This one fix makes the template run perfectly. > >For info, the $task's isRescheduling() returns true. The last </td> and >the rest of the file does not show up. > > >-------------------------- ><span class=3D"title-big">[R] Task - $task.Id</span><br /> ><br /> ><span class=3D"title">Info</span> ><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0"> > <tr> > <td nowrap><span class=3D"key"> Date for next Run </sp= an></td> > <td nowrap>#if ($task.Rescheduling) > {<span class=3D"value">$task.ImmediateScheduledDate - in $task.Milli= sToNextRun millis</span>} > #else (<span class=3D"novalue">n/a</span>} > </td> > </tr> > <tr> ></table> > >test >-------------------------- > > > =20 > |