I cant seem to make the jstl function tag work. Here is an example of my code:
<c:if test="${fn:length(basketItems) < componentsCount}">
When I press CTRL-Space after the colon I dont get anything. Perhaps function tags aren’t supported by the current jsp editor. Or perhaps it is part of the EL completion that is comming up in a future release.