Posts by Johannes Merschbacher • 26 points
1 post
-
1
votes1
answer225
viewsA: Calling foreach jstl DAO methods
Hello! As suggested by Andrew, use dao.findAllContacts(). Expression language only takes getter methods without the need to use parentheses. In other methods, its use is necessary. Look for the Java…