Re: HashMap of Vectors and Indexed Properies

2004-04-07 Thread Craig Tataryn
Adam, the problem is not so much with displaying the values in the nested objects, it's having struts update the nested values from a form control to the actual nested object. That is, if I have a textbox which represents the value for address(texas)[0].street1, when the user submits a value fo

Re: HashMap of Vectors and Indexed Properies

2004-04-05 Thread Craig R. McClanahan
Craig Tataryn wrote: Thanks, I'll check that out. Hey, did the mailing list address change or something? I've always mailed to [EMAIL PROTECTED] and now I see the reply-to generated by the list manager is now [EMAIL PROTECTED] Craig Yes, it did. At the March 2004 meeting of the Apache Soft

Re: HashMap of Vectors and Indexed Properies

2004-04-04 Thread Adam Hardy
Yes, and the website's now at http://struts.apache.org On 04/05/2004 02:09 AM Craig Tataryn wrote: Thanks, I'll check that out. Hey, did the mailing list address change or something? I've always mailed to [EMAIL PROTECTED] and now I see the reply-to generated by the list manager is now [EMAIL

Re: HashMap of Vectors and Indexed Properies

2004-04-04 Thread Craig Tataryn
Thanks, I'll check that out. Hey, did the mailing list address change or something? I've always mailed to [EMAIL PROTECTED] and now I see the reply-to generated by the list manager is now [EMAIL PROTECTED] Craig On Sun, 04 Apr 2004 23:05:42 +0200, Adam Hardy wrote: > > Craig, > why don't y

Re: HashMap of Vectors and Indexed Properies

2004-04-04 Thread Mark Lowe
Perhaps (again I have no tried) might render to On 4 Apr 2004, at 23:06, Mark Lowe wrote: Never tried what you're doing but. may render to On 4 Apr 2004, at 23:02, Craig Tataryn wrote: Just realized I missprinted something, my code now looks like: not as the "get" is not needed

Re: HashMap of Vectors and Indexed Properies

2004-04-04 Thread Mark Lowe
Never tried what you're doing but. may render to On 4 Apr 2004, at 23:02, Craig Tataryn wrote: Just realized I missprinted something, my code now looks like: not as the "get" is not needed. But again, let me know if anyone has any ideas on how I can get this working without subclassin

Re: HashMap of Vectors and Indexed Properies

2004-04-04 Thread Adam Hardy
Craig, why don't you use the nested:text tag and iterate over the address(texas) property? Adam On 04/04/2004 11:02 PM Craig Tataryn wrote: Just realized I missprinted something, my code now looks like: not as the "get" is not needed. But again, let me know if anyone has any ideas on how I ca

Re: HashMap of Vectors and Indexed Properies

2004-04-04 Thread Craig Tataryn
Just realized I missprinted something, my code now looks like: not as the "get" is not needed. But again, let me know if anyone has any ideas on how I can get this working without subclassing Vector. Thanks, Craig. On Sun, 04 Apr 2004 15:41:37 -0500 (CDT), "Craig Tataryn" wrote: > > I ha

HashMap of Vectors and Indexed Properies

2004-04-04 Thread Craig Tataryn
I have a property on my form bean I setup to work with Map-backed properties. Basically the hash map backing the property is keyed by region and contains an Address object representing a company's office within that region. So something like: would correctly render the getStreet1() property