In my JSP I'm required to compare to Objects to see if they are equal or not using the Object's equals method.
Is there a way to do this using the JSTL or another Tag Library?
(I am not allowed to use Scriptlets due to team rules.)
I tried to use the JSTL tag, but it only seems to use the == operator.
Any suggestions are appreciated.
Thank you for your time.