c:forEach.items getting repetitively called

Posted by Joshua on Stack Overflow See other posts from Stack Overflow or by Joshua
Published on 2010-04-07T03:28:43Z Indexed on 2010/04/07 3:33 UTC
Read the original article Hit count: 298

Filed under:
|
|
|

Environment: Seam, Richfaces

The following code snippet causes the method getUsers to be called multiple times, how do I avoid this in my application so that it gets called only once.

<c:forEach items="#{userHome.getUsers()}" var="_user">
</c:forEach>

© Stack Overflow or respective owner

Related posts about jstl

Related posts about jsp