I am trying to show the current date in my JSP page using JSTL. below is the code I am using.
Try to print it without formatting, ${now}, you probably have null in there. Do you have this attribute in request scope? Just double check, if yes it might be null. If not, then try remove this scope attribute from the tag, yeah it doesn't matter but just to make the things clear.
scope=page
works for me