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=25884>. 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=25884 MultiValueField binding Summary: MultiValueField binding Product: Cocoon 2 Version: Current CVS 2.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: CocoonForms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If I want to display a multivaluefield with some fields preselected, the load() function doesn't work: extract from flowscript: q.veTypes=Packages.java.lang.reflect.Array.newInstance(Packages.java.lang.String,4); q.veTypes[0]="A"; q.veTypes[1]="B"; q.veTypes[2]="C"; q.veTypes[3]="D";
