You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Galbreath, Mark" <Ga...@tessco.com> on 2002/07/19 15:19:04 UTC

RE: Setter Methods not being called in nested:iterate scenario :+ (

Where's the API for the commons package?

-----Original Message-----
From: Arron Bates [mailto:struts-user@keyboardmonkey.com]
Sent: Friday, July 19, 2002 8:42 AM

Wrap your collections in org.apache.commons.collections.LazyList,
provide a class definition of your child bean and it'll be sweet and
ready to do without any other effort, even in the reset() method.

Arron

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Setter Methods not being called in nested:iterate scenario :+ (

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Fri, 19 Jul 2002, Galbreath, Mark wrote:

> Date: Fri, 19 Jul 2002 09:19:04 -0400
> From: "Galbreath, Mark" <Ga...@tessco.com>
> Reply-To: Struts Users Mailing List <st...@jakarta.apache.org>
> To: 'Struts Users Mailing List' <st...@jakarta.apache.org>
> Subject: RE: Setter Methods not being called in nested:iterate scenario
>     :+ (
>
> Where's the API for the commons package?
>

http://jakarta.apache.org/commons/beanutils/api/
http://jakarta.apache.org/commons/collections/api/
http://jakarta.apache.org/commons/digester/api/
http://jakarta.apache.org/commons/logging/api/

They are also included when you grab one of the Commons distributions --
start at <http://jakarta.apache.org/builds/jakarta-commons/> and work your
way down to whatever you need.

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>