Sure, you could easily do that. There's no way to extend ProbeFactory, but if you do simply add a new Probe implementation for dynabeans and create the appropriate condition in the PropeFacroty.getProbe() method, then it should work fine.
Once you've made the patch, send us what you have....we can consider adding it to the framework. ...after all DynaBeans are quite a bit safer than Maps! Cheers, Clinton On Mon, 21 Feb 2005 12:13:56 +0100, Takacs Otto <[EMAIL PROTECTED]> wrote: > My ide is to extend (or hack) the /com/ibatis/common/beans/ProbeFactory.java > File becouse its getPrbe method could help me! But i am no sure! I need > confirmation before the hacking! > > friendVU admin wrote: > > Most people still write get/sets for domain model and form model. > > > > If you want dynamic, you can use this at form model: > > > > http://jakarta.apache.org/commons/beanutils/apidocs/org/apache/commons/beanutils/LazyDynaMap.html > > (this avoids mainntining get/sets at form model) > > or > > return a HashMap (ArrayList of HashMaps) from iBatis for a dyanmic > > domain model. (this avoids maintaing gets/sets at domain/model) > > > > .V > > > -- > Takacs Otto [EMAIL PROTECTED] > >