LazyList and DynaActionForm

2003-02-04 Thread Will Jaynes
I wonder if anyone can tell me if it is possible to use a LazyList in a DynaActionForm as declared in struts-config.xml. I've used ArrayLists and that seems to work fine. But a LazyList isn't actually it's own class, and I don't see how to declare it in the config file. Is this possible

Re: LazyList and DynaActionForm

2003-02-04 Thread Kris Schneider
Will Jaynes [EMAIL PROTECTED]: I wonder if anyone can tell me if it is possible to use a LazyList in a DynaActionForm as declared in struts-config.xml. I've used ArrayLists and that seems to work fine. But a LazyList isn't actually it's own class, and I don't see how to declare it in the config