• Would like to see the page titles in the XPages demo database set.

    By Henry Newberry 1 decade ago

    This would make bookmarking more effective. I prefer the db title, page name and server so I can bookmark the pages on several servers to confirm testing and validation.

    My suggestion is something like this:

    database.getTitle() + ':' +
    @RightBack(@Left(context.getUrl(), '.xsp'), '/') + ' - ' +
    @Name('[CN]', database.getServer());
    }]]>

    Newbs

    • This is a good idea

      By Philippe Riand 1 decade ago

      I generate a title, slightly different from your proposal as it didn't render well in a browser tab, but it looks better than the default URL

      Will be in the next build.