I think this would be an excellent feature for the spring integration project to key off of. The page aliases could be directly tied to the name of the spring page bean.
On 10/9/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > I didn't know this feature exists and was wondering how many users do. > Did you know that you can define aliases for page classes. Aliases > which than will be used for bookmarkable page URLs? An example can be > found in wicket-examples StockQuoteApplication.java and looks like > getPages().putClassAlias(StockQuotePage.class, "helloworld"). In this > example "helloword" will become an alias for > wicket.examples.stockquote.StockQuotePage and url now looks like > http://localhost:8080/stock?bookmarkablePage=helloworld rather than > http://localhost:8080/stock?bookmarkablePage=wicket.examples.stockquote.StockQuotePage. > This is nice for hiding package structures as well. > > Juergen > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
