DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20535

Dynamically size arrays to allow array types in request scope DynaActionForm forms





------- Additional Comments From [EMAIL PROTECTED]  2003-06-06 02:10 -------
Actually, come to think of it. This could replace the LazyList portion of the 
patch that I submitted a couple weeks ago. If someone wanted a List they could 
convert the Object[] stored in the DynaActionForm using List myList = 
Arrays.asList(myDynaForm.get("myObject")). I'm not sure what the overhead is 
for that. But, I don't think it would be anymore than the LazyList. Also, it 
would eliminate the need for a new attribute in the config.

I guess we can leave it up to the Struts committers to decide.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to