I am about to do <dtml-call "REQUEST.set('a', (a - b) * 15"> The problem is that I cant get the calculation right. a and b are text input in my form (int's) and I want to first calculate a-b and the take the answer times 15 before submitting the event. How can I do that??