Sorry for the dumb question but i have to ask ..from where i can get this
class org.apache.commons.collections.list.LazyList..

from this url
http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/list/LazyList.html

I found out that its part of Commons Collections 3.0 ,but how can i add it
to my class path? from where i need to download it?

Iam getting the Beanutils problem when iam working in request scope and it
works fine in session scope.

Thanks In Advance

Priya

On 12/29/05, Rick R <[EMAIL PROTECTED]> wrote:
>
> Frank W. Zammetti wrote:
> >
> > I'm still though thinking about your question regarding how I would do
> > it... I've never used LazyList, although I can see why you did.  Using
> the
> > reset() method in this way has been nagging me though because I
> typically
> > would never use it except when dealing with checkboxes... something is
> > bugging me about it and I'm not entirely sure what it is at this point,
> > just kind of a gut feeling with nothing to back it up :)
>
> Try it without using a LazyList and you'll see the headaches:) I think
> you'll soon see there is no clean way to do it without one (at least
> none that I'm aware of). Either way, you will have to 'something' in the
> reset method for Lists (assuming you want to be a good camper and use
> request scoped ActionForms:)
>
> --
> Rick
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to