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: S1 Indexed Properties question

2007-10-19 Thread Fitzwilliam . Aaron
In that case, i think you need mapped properties instead of indexed properties. read this: http://struts.apache.org/1.2.9/faqs/indexedprops.html Mapped properties and javascript need to cooperate together in order to solve the problem. Wish this would help. On 10/20/07, Pavel Sapozhnikov <[EMAI

Re: Messages resources

2007-10-19 Thread Fitzwilliam . Aaron
That does not seem to be a struts-related question. i suppose a simple method can do that, *Class.getResourceAsStream* On 10/19/07, Pablo Vázquez Blázquez <[EMAIL PROTECTED]> wrote: > > Anyone has any idea to solve this? > > Thanks! > > > Pablo Vázquez Blázquez escribió: > > Hello! > > > > Does

Re: Exception while using validator framework

2007-06-01 Thread Fitzwilliam . Aaron
Guess you used the wrong version of the "commons-validator.jar". Luck. Fitzwilliam -- 北半球的狗几月份掉毛?

Re: Exception while using validator framework

2007-06-01 Thread Fitzwilliam . Aaron
Tell me those things: 1. struts' version u r using; 2. DOCTYPE of both validation.xml and validation-rules.xml -- 北半球的狗几月份掉毛?