Re: Hot to use BookmarkablePageLinks with a page mounted at several pathes?

2009-07-07 Thread okrohne
Hi, I mount the pages for all categories and subcategories starting at the root path of my application. /entertainment/movies /entertainment/books and so on. If I would mount the page e.g. at /categories then I would have url like /categories/entertainment/movie which are not so nice. In

Hot to use BookmarkablePageLinks with a page mounted at several pathes?

2009-07-06 Thread Oliver Krohne
Hi, I have one page which is mounted at several pathes with IndexParamUrlCodingStrategy e.g. : /pathA /pathB Now I want to create BookmarkablePageLinks with PageParameters and a specific path of the page, e.g. /pathA/id where id is the page parameter. The problems is that rendering url calls

Re: Hot to use BookmarkablePageLinks with a page mounted at several pathes?

2009-07-06 Thread Jeremy Thomerson
You might need to create your own url coding strategy that answers for all the mount paths for that page. The built-in one is only for a single page at a single path. Why do you have a single page on multiple paths? Does the page respond differently based on path? Should the pages on different