On 5/14/06, Andrew Robinson <[EMAIL PROTECTED]> wrote:
Just to add to your list 3) Create a "bookmark this page" link as part of each page (create a custom control, or just use a facelets template) and
Sure that's a workaround. But - this "method of bookmarking" isn't widely accepted by the user - and (important) doesn't really help searchengine's like google In my opinion this issue is a bug by design. It's a pety that the architects of JSF doesn't consider the issue of being "conform with standard web navigation". Would be cool if the myfaces people could implement a solution for this design-bug. :) It seems to be the problem of the postback mechanism to the same form (via POST) and the internal forward to another page. Wouldn't it be possible to switch to GET requests (when using server state saving)? The URLs of forms/links should be unique for a standard-outcome in the navigation rule. Other outcomes could be redirect. The browser would always have a valuable URL ...... Greetings Chrisi

