You need to "mount" the page. This should give you some good examples:
http://cwiki.apache.org/WICKET/url-coding-strategies.html On Tue, Aug 12, 2008 at 6:17 AM, shrimpywu <[EMAIL PROTECTED]> wrote: > > i have tried to use wicket for some days, > and got a question. > > if i am doing a website, has three page, > index.htm, blog.html and guestbook.html > so we will have three class > index.class, blog.class and guestbook.class > > in the java code, when we want to direct from index page to blog page, we > can do setRespone(blog.class) something like that > > but when the user try to provide the link of his blog to his friend, > how to know the link direct to the page blog.html???? > -- > View this message in context: > http://www.nabble.com/hi%2C-how-to-find-the-path-for-the-page-in-wicket-tp18941425p18941425.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
