Is it good to use scriptlets in jsp files? I'm using them in one of my project but it have been so frustrating using them. Especially simple if statements, whenever I add if statement and do comparison by using attributes that are set properly it will give me NullPointerException error.
Is using scriptlets in jsp files good or bad programming practise?