unsubcribe

2001-05-28 Thread Shubhankar Sumar
Please unsubscribe me ([EMAIL PROTECTED]) from the list

unsubcribe

2001-05-28 Thread peri srinivas
Please unsubscribe me([EMAIL PROTECTED]) from this list. T,Peri _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Re: PropertyUtils Enhancement Source Code

2001-05-28 Thread William Shulman
I hear what you are saying. You see maps as a first order concept that you would like formalized in the syntax of bean expressions. I can see that, but I still do favor staying as close to the original bean specification as we can without loosing expressiveness. Because using the '.' operator req

Re: PropertyUtils Enhancement Source Code

2001-05-28 Thread David Winterfeldt
I always like doing things more generic, but in this particular case I like being able to tell that a value in a long nested property was a key for a java.util.Map. "foo.someMap.firstPerson.address.zip" vs. "foo.someMap{firstPerson}.address.zip" It seems like the most common/standard things y