There's some really cool code in there (BeanUtils) by the way. Makes we want to play with MessageResources so I don't have to say
invalid.combination={0} is not a valid plan for {1}
but instead i can say
invalid.combination={0.planName} is not valid with {1.package.phone.name} </extra>
Hubert
Thanks a million, Hubert. That is a cool idea. I am trying to do a number of things. Among other things, I want to make my forms implement Map and then to have them instrumented via composition. However, the present code won't let you use an ActionForm as a Map: it things the org.[etc] in the name is a reference to a class "org" with a method getApache(). lol I am not kidding. Anyway, this is helpful and I am getting some better knowledge in this area.
Michael
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]