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=14800>.
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=14800

Fix initialization bug and add size parameter to form-property





------- Additional Comments From [EMAIL PROTECTED]  2002-12-09 04:04 -------
My argument is this:

Yes, we could hold on to the array in an initialization variable, and then 
iterate over the elements cloning each one in turn each time a form was 
requisitioned.  However, this would require the element beans of the array to 
implement Cloneable, which isn't assured.  My solution is to simply request a 
new array from the Converter, which ensures that we get a fresh set of beans 
each time.

James

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

Reply via email to