The renderInternal method generated for the following template only contains code for the else branch:

define showGradeDialog(submission : Submission) {
  var answer := submission.nextAnswerToGrade();
  output(answer)
  if(answer == null) {
    placeholder gradedialog { "" }
  } else {
    showGradeDialog(answer,"inline")
  }
}
Submitted by Eelco Visser on 6 April 2010 at 08:03

On 6 April 2010 at 08:36 Danny Groenewegen commented:

Does it also happen when you clean the caches and rebuild?

Log in to post comments