@elvariable not working anymore
Hi folks,
I've been trying to use the
<%--@elvariable id="..." type="..."--%>
"annotation" in JSPs to get rid of the <jsp:useBean>-tags.
It doesn't seem to work with 10.0.3 - any ideas what might be wrong?
I've got a standard, maven imported module with a web-facet, but code completion just doesn't work - even with the elvariable declaration.
Any thoughts?
Please sign in to leave a comment.
Completion works for me here:
<%
@elvariable id="foo" type="java.lang.String"%>${fo}
Could you provide more complete snippet?
Mhhhmm ... tried again and it seems to work just fine.
False alarm - sorry :(