JSTL general

Although I've been coding JSPs for a couple months, I've never used any tags available in JSTL. I've always found it easiest to directly use java code (including any loops/if statments) right in the page. Is there a benefit from using tags? If it's better practice, why?
[281 byte] By [edwardo2007a] at [2007-11-27 2:29:11]
# 1
1) It is less messy since it looks alot like html / xml2) It has all the functions you need in a view (through MVC model), 3) It reduces making any "mistakes" putting wrong code in your jsp that does not belong in a view4) It is more readable
radicjesa at 2007-7-12 2:42:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...