Good catch indeed Tamas!  I was just getting around to replying to you
Rick, after some PC problems last night stopped me from doing so sooner,
and I was coming to the exact same conclusion when I saw Tamas' reply.  He
beat me to the punch :)

I'm still though thinking about your question regarding how I would do
it... I've never used LazyList, although I can see why you did.  Using the
reset() method in this way has been nagging me though because I typically
would never use it except when dealing with checkboxes... something is
bugging me about it and I'm not entirely sure what it is at this point,
just kind of a gut feeling with nothing to back it up :)  I was more
concerned with trying to figure out why what you had wouldn't work because
I found it interesting, but I'm not sure how I would respond to your
question about what I would do instead... I'll have to think about it a
bit :)

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]

On Thu, December 29, 2005 12:36 pm, Rick R said:
> Tamas Szabo wrote:
>
>> You will have to use a PhoneNumber object so you will have a reference
>> to
>> employee[idx1].phoneNumbers[idx2].number in your html:text.
>
> Thanks Tamas!  That was exactly the problem. Typically I do exactly that
> and use lists of beans, but this time I thought I'd make the demo more
> simple by just having a List of Strings, but ironically that made it
> more difficult. I just built a Contact object instead to hold
> phoneNumber and now all is well.
>
> Thanks again!
>
> --
> Rick
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to