The class "Book" must have the getter-function "getTitle()"

Minghui Yu schrieb:
> in Action:
> ...
> Set<Book> books=bdao.findAllBooks();
>               request.setAttribute("books", books);
> ...
>
>
> In JSP:
>
> <logic:present name="books">
>   All Books:<br/><br/>
>   <logic:iterate id="book" name="books">
>   <bean:write name="book" property="title" /><br/>
>   </logic:iterate>
>   </logic:present>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to