> PageHandler.java, that handles all 3.
> mountBookmarkablePage("/PageA.html", PageHandler.class);
> mountBookmarkablePage("/PageB.html", PageHandler.class);
> mountBookmarkablePage("/PageC.html", PageHandler.class);This is a bit confusing, you ar giving different aliases to the same page. Is that what you want or you really want different html files also..`? ** Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
