Tag Archives: jsp
Ternary operators in JSP
Every now and then I come across things I haven’t used before but should have been using. The ternary operator in JSP is one of them. It makes it so much easier to write out some text based on a … Continue reading

