DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33258>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33258 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2005-01-27 01:13 ------- My actionform signature looks like: List foos; List getFoos() { return foos; } void setFoos(List foos) { this.foos = foos; } Object getFoo(index) { .. initialize list capacity.. return this.foos.get(index); } This, plus my previously submitted JSTL and validation xml is valid. Data is stored into/out from my actionform, and the validator catches errors for the list, storing keys as "foos[xxx].id". You're guaranteed the error-key/field names will match when validating simple or nested properties; but not when you're validating list-backed properties. That's the problem :) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
