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]

Reply via email to