a dummy AD account created with "MISSING" situation

Hi,

We use RACF and AD adapter from out of box. Ofcause we have some customization on the forms. If I assign AD account for a new user first and save it before assign RACF. There is no problem. Both accounts are generated. But if I assign and save RACF first then assign AD. Before I save i click the AD tab, I got red error message on AD tab "Account 'cn=xxxxxx...' not found in AD resource'. The I go to debug page and listed all the accounts and found new AD account is created with "MISSING" situation. But i had not hit save button yet. IF look at the user object, it does not have this account yet. But how this AD account is alread created? In first case, before save, this account not generated. How do i debug where is wrong?

[750 byte] By [janex] at [2007-11-26 11:54:45]
# 1
we use Dynamic Tabbed User forms. when i debug and found that ghost account is generated on "Before Custom View Processing(User:$ID#....) method=com.waveset.view.UserViewConverter.buildGlobal" on the Execution Stack. Why? Where is wrong in the form or system setting?
janex at 2007-7-7 12:12:45 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
The solution is that add TargetResource property in the Dynamic Tabbed User Form<Property name='TargetResources'> <ref>viewOptions.TargetResources</ref> </Property>
janex at 2007-7-7 12:12:45 > top of Java-index,Web & Directory Servers,Directory Servers...