Re: How to make the link to a wicket page from an external website?

2013-04-26 Thread Martin Grigorov
://website/wicket/bookmarkable/packageName.TargetPageClass";! > > Thanks! > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/How-to-make-the-link-to-a-wicket-page-from-an-external-website-tp4658313p4658336.html >

Re: How to make the link to a wicket page from an external website?

2013-04-26 Thread mike.hua
Oh,I know! The "BookmarkablePageLink" helped me! If I want to get the wicket page access url,I can use "http://website/wicket/bookmarkable/packageName.TargetPageClass";! Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-make-the-l

Re: How to make the link to a wicket page from an external website?

2013-04-26 Thread mike.hua
to set the url in a browser to access the RedirectPage directly. "http://www.website.com/packageName.RedirectPage"; would cause "404" exception. I wonder what is the url in the browser!! Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-t

Re: How to make the link to a wicket page from an external website?

2013-04-26 Thread mike.hua
The wicket page is not home page. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-make-the-link-to-a-wicket-page-from-an-external-website-tp4658313p4658314.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to make the link to a wicket page from an external website?

2013-04-26 Thread Martin Grigorov
w how to > set > the href property to redirect the target wicket page. > What shoud I do? > > Thanks a lot! > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/How-to-make-the-link-to-a-wicket-page-from-an-external-website-tp4658

How to make the link to a wicket page from an external website?

2013-04-26 Thread mike.hua
For example,there is a hyperlink in an ASP page, and I don't know how to set the href property to redirect the target wicket page. What shoud I do? Thanks a lot! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-make-the-link-to-a-wicket-page-from-an-ext