Re: logic:iterate question

2007-11-26 Thread Ingo Villnow
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: > > > > > --

Re: logic:iterate question

2007-11-25 Thread Minghui Yu
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

Re: logic:iterate question

2007-11-25 Thread Minghui Yu
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

Re: logic:iterate question

2007-11-25 Thread Fitzwilliam . Aaron
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: >

Re: logic:iterate - Question

2007-08-09 Thread Mad Shop
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

Re: logic:iterate - Question

2007-08-09 Thread Leon Rosenberg
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