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

DO NOT REPLY [Bug 7226] New: - Nested Bean Collection

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=7226>.
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=7226

Nested Bean Collection

           Summary: Nested Bean Collection
           Product: Commons
           Version: 1.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Bean Utilities
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: scottsadlo@sbcglobal.net


I work for a company currently using struts.  Struts relies upon Commons Bean 
Utilities.  My enhancement involves the setting of values in Collection 
properties of a bean.  In struts, i create an HTML input element with the name 
syntax property_of_the_bean[0] where [0] indicates which element of the 
collection will have its setProperty_of_the_bean() method called.  The issue is 
with nested Collections.  I would like to be able to set my HTML input element 
name to match the form property_of_the_bean[x][y] so that the 
setProperty_of_the_bean() method of the Yth bean of the collection from the Xth 
bean of the last parent's collection will be called.  

Can you please respond to my inquiry stating your understanding of my wishes 
and any possible suggestions for action?

Thank You.
Sincerely,
sjs

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>