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]>
- role based psml and customiser Chris Kimpton
- RE: role based psml and customiser David Sean Taylor
- RE: role based psml and customiser Chris Kimpton
- RE: role based psml and customiser David Sean Taylor
- RE: role based psml and customiser Chris Kimpton
- RE: role based psml and customiser David Sean Taylor
- RE: role based psml and custom... Paul Spencer
- RE: role based psml and cu... David Sean Taylor
- Mail archives David Sean Taylor
- RE: Mail archives David Sean Taylor
- Re: role based psml and customiser Paul Spencer
- Re: role based psml and customiser Chris Kimpton
- Re: role based psml and customiser Paul Spencer
