Quantcast
Channel: Active questions tagged code-completion - Stack Overflow
Viewing all articles
Browse latest Browse all 96

JSP EL and autoCompletion

$
0
0

In my servlet:

request.setAttribute("list", myList);

In my JSP:

<c:forEach var="item" items="${list}">   ${item.name} and ${item.address}</c:forEach>

How do I get autocompletion for item.name and item.address in an IDE, specifically in IntelliJ IDEA?

Can I use <jsp:useBean> for any other feature to make the type of item explicit?


Viewing all articles
Browse latest Browse all 96

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>