It is possible to create urls for bookmarkable wicket pages. The url string is defined as /[wicket-servlet-mapping]?bookmarkablePage=[page-class-name] ie http://blah.com/app?bookmarkablePage=com.blah.pages.HomePage
A bookmarkable page is a regular page that either has an public empty constructor or a public [class-name](PageParameters params) constructor. Building a url by concatenating strings is dirty, but it works. As far as I know the plan is to support the above syntax in future releases. In the future we might provide a utility class to build the bookmarkable url, if this is something that interests you now please add an RFE for it. -Igor > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ryan Sonnek > Sent: Wednesday, October 26, 2005 3:46 PM > To: [email protected] > Subject: Re: [Wicket-user] SiteMesh and Wicket are compatible? > > One potential issue of integrating the two is if you try to > display link in the sitemesh layout to wicket pages. How in > the world could sitemesh generate the wicket url? > > I highly suggest using the built in border or markup > inheritance support. > > On 10/26/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > > I tried it once about a year ago. As sitemesh implements a servlet > > filter, there should not be any issue. Eventually I stopped using > > sitemesh, because Wicket solved the problem much better. > > > > Juergen > > > > On 10/26/05, Jeff Miller <[EMAIL PROTECTED]> wrote: > > > > > > Has anyone attempted to use SiteMesh > > > (http://www.opensymphony.com/sitemesh/) with Wicket? If yes, are > > > there any issues or limitations? > > > > > > Thanks, > > > Jeff > > > > > > Jeff Miller > > > [EMAIL PROTECTED] > > > > > > ________________________________ > > > Yahoo! FareChase - Search multiple travel sites in one click. > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by the JBoss Inc. > > Get Certified Today * Register for a JBoss Training Course Free > > Certification Exam for All Training Attendees Through End of 2005 > > Visit http://www.jboss.com/services/certification for more > information > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. > Get Certified Today * Register for a JBoss Training Course > Free Certification Exam for All Training Attendees Through > End of 2005 Visit http://www.jboss.com/services/certification > for more information _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
