}
public synchronized WebPage display(WebInterface myWebInterface) {
checkedActivate(1);
try {
return new IntroduceIdentityPage(myWebInterface, (WoTOwnIdentity)getOwner(), mID, mPuzzlesToSolve, myWebInterface.l10n());
} catch (NoSuchIdentityException e) {
throw new RuntimeException(e);
}
}