(this method works for other parts of the form, li...
# server
h
(this method works for other parts of the form, like the publisher):
Copy code
#if($book.publisher)
            <tr>
                <th>Publisher</th>
                <td>$book.publisher</td>
            </tr>
        #end