David Sean Taylor wrote:

> The profiler can find the psml file using its fallback.
> Look at the PSMLManager service:
> 
>     public PSMLDocument createDocument( Profile profile )
> 
> So just get the role-profile normally, clone it, and then modify the
> parameters:
> 
>       Profile userProfile = profile.clone();
>       userProfile.setRole(null);
>       userProfile.setUser( current user );
> 
> And then call
> 
>       PSMLManager.createDocument(userProfile)
> 
> 


Make sure the PEIDs are regenerated!

Paul Spencer



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to