Re: how to get bookmarkable-page-url in FeedResource

2008-10-21 Thread Jörn Zaefferer
I'm using with in my Application subclass to mount the feed as implemented by MyFeedResource: getSharedResources().add("my-feed", new MyFeedResource()); mountSharedResource("/games/atom", new ResourceReference("my-feed").getSharedResourceKey()); And on my base page: add(FeedResource.autodiscover

how to get bookmarkable-page-url in FeedResource

2008-10-21 Thread Oliver Mahnke
Hi, i am trying to show links to bookmarkable pages in a news feed using FeedResource from wicketstuff-rome. I can't get it to work because i don't know the urls. I tried to use BookmarkablePageLink, but this fails in the FeedResource because the link is not attached to any page. Thanks for