The class "Book" must have the getter-function "getTitle()"
Minghui Yu schrieb:
> in Action:
> ...
> Set books=bdao.findAllBooks();
> request.setAttribute("books", books);
> ...
>
>
> In JSP:
>
>
> All Books:
>
>
>
>
>
--
I made this change , still does not work
Next element is
Error:
No getter method for property: "title" of bean: "abook"
I do have getTitle method for Book object
On Nov 25, 2007 7:33 PM, Fitzwilliam. Aaron <[EMAIL PROTECTED]> wrote:
> u sure the collection 'books' is not empty?
>
>
> O
I tried code below, still the same error:
Next element is
Database search does not return any result
On Nov 25, 2007 7:33 PM, Fitzwilliam. Aaron <[EMAIL PROTECTED]> wrote:
> u sure the collection 'books' is not empty?
>
>
> On 11/26/07, Minghui Yu <[EMAIL PRO
u sure the collection 'books' is not empty?
On 11/26/07, Minghui Yu <[EMAIL PROTECTED]> wrote:
>
> in Action:
> ...
> Set books=bdao.findAllBooks();
>request.setAttribute("books", books);
> ...
>
>
> In JSP:
>
>
> All Books:
>
>
>
>
> --
>
> The line ( throws an
> exception:
>
Thanks Leon,
We are using log4j for logging. Existing project is working fine and I added
the following block for new requirement. when I remove tags then
it won't give any error!!!
Leon Rosenberg <[EMAIL PROTECTED]> wrote:
you seems to have problems with logging configuration.
appare
you seems to have problems with logging configuration.
apparently your weblogic server isn't properly configured which log to
use with commons-logging adaptor.
On 8/9/07, Mad Shop <[EMAIL PROTECTED]> wrote:
> I have following scenario.
>
>I have getExSummary() method in exForm which return
6 matches
Mail list logo