In my application I managed to show the currently logged in user in a reference selector. It is an association with my Entity and the Accounts Entity. I used the xpath [id = $currentUser] to filter out the other users in the reference selector. It works ok.
But the selector is initially empty, and a user has to be selected by clicking. What I want is to only show the currently logged in user initially selected, without clicking the reference selector to select.
How can I get rid of the empty selection ?
Actually, I don't need my end user to select the reference selector to select the currently logged in user, what I want is to automatically select the currently logged in user, and the reference selector can be shown read only.
Please help
Regards