You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/06/30 06:11:06 UTC

DO NOT REPLY [Bug 8742] - redisplay DynaActionForm in view [SUGGESTIONS]

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]

craig.mcclanahan@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From craig.mcclanahan@sun.com  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>