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=8742>. 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=8742 redisplay DynaActionForm in view [SUGGESTIONS] [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-06-30 04:11 ------- In nightly build 20020630, the <form-property> tag has been enhanced so that you can not only define the size of the array, but you can set the initial values. These will be copied into the array any time that reset() is called, as well. The syntax looks like this: <form-bean name="list" type="java.lang.String[]" initial="{'string 0', 'string 1', 'string 2', 'string 3'}"/> to create an array of four strings initialized to the specified values. Could you please try this nightly build (or a later one) and see if it solves your problem? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>