eq exists (as well as ne, lt, etc) so you can avoid using XML entity references (< is an XML character and would need to be escaped as <, for example), but they do the same thing.
See Comparison operators in JSP for more info.
eq exists (as well as ne, lt, etc) so you can avoid using XML entity references (< is an XML character and would need to be escaped as <, for example), but they do the same thing.
See Comparison operators in JSP for more info.