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=10936>. 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=10936 No way to create arrays of non String/primitive types using DynaForms Summary: No way to create arrays of non String/primitive types using DynaForms Product: Struts Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Standard Actions AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Suppose I have a class called Person, which stores information like personName. I have a form that stores will allow input for 10 of these entries. Can't do <form-property name="person" type="com.foobar.Person[10]"/> That's an invalid syntax Can't do it with an initial value param because initial values can only create things that beanutils.ConvertUtils knows about. Suggested fix: Either allow a size in the type param, or add a new size param (size=) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>