122 CHAPTER 3: Best Practices in Java EE Web Development
26.<jsp:useBean id="bookAttrib" class="com.apress.chapter03.model.Book"
27.scope="request" />
28.
29.
30.
31.
32.
${fn:escapeXml("<jsp:getProperty name = \"bookAttrib \" property= \"author \" />")} |
${fn:escapeXml("<jsp:getProperty name = \"bookAttrib \" property= \"author.name \" />")} |
40.
41.
42.
43.
46. |
50.<%-- exception --%> 51.Not possible 52. |
55.
56.
57.
58.
59.
60.
61.
62.
63.