CHAPTER 7: Rapid Web Development with Grails 339
The List View
The list View is illustrated in Listing 7-27.
Listing 7-27. list.gsp
1.<%@ page import="bookstore.Book" %>
2.<!DOCTYPE html>
3.
4.
5.
6.
7.
8.
9.
10.<g:message code="default.link.skip.label"
default="Skip to content…"/>
11.
17.
18.
19.
20.
21.</g:if>
22.
field: "bookTitle")}</g:link> |