<% var a = 3; var b = null; switch(a){ case 0:b="0";break; default:b='default'; } %> ${b}