you would need to make sure the resultmap containing the resultmap being referenced is loaded prior to being referenced. Then you would simply use a <namespace>.<resultMapId> notation in the resultMap attribute of your mapped statement.
Brandon On 12/11/06, Ou, Stan (Mission Systems) <[EMAIL PROTECTED]> wrote:
hi all, In one of my xml mapping files, I need to reference a resultmap defined in an other ibatis mapping file. can anyone comment on how to do this? The two resultmaps have difference namespaces right now but I could make them the same. thanks. Stan
