4

Debugging a Velocity template issue the other day where I was presenting a firm to the user to fill in some data. Whenever the user had entered in one or more lines, a 'true' kept showing up cryptically before the form. Drove me fucking nuts because there was nowhere in the template code that was printing before the form input.

Turns out it was the output of a $list.add(...) being rendered to the screen.

Spent 40 mins on that shit.

😐🔫

Comments
Add Comment