Hi, I am not sure I understand your question correctly but you can add "Run as" to the menu on the most right by using @DomainServiceLayout(menuBar = MenuBar.TERTIARY). The domain service action should be named "runAs" and additionally you may add "choicesRunAs()" method to select the user for this action.
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Dec 24, 2014 at 3:30 PM, Erik de Hair <[email protected]> wrote: > Hi, > > Is it possible to extend PageAbstract without building Isis from scratch > myself? I added Run As functions to my app and I want to show both the > username of the real user and the 'run as' user. > > Thanks, > Erik > <mailto:[email protected]> >
