Also not that using <redirect /> in your navigation rules will lose any request parameters and the current component tree (ie, anything saved with t:saveState).
On 11/6/05, Simon Kitching <[EMAIL PROTECTED]> wrote: > Dave wrote: > > Is it possible to rewrite URL on web browser so that the page is > > bookmarkable? If not possible, what is the best way to bookmark the page > > or send the page to others? Thanks. > > In your faces config file that defines navigation rules, each navigation > rule can have "send-redirect=true" or somesuch (I can't remember the > exact syntax). This causes a redirect to be sent to the browser so that > the browser's concept of the current URL gets updated. > > Note that this does have a moderate performance impact for that > particular page (an extra round-trip). > > Regards, > > Simon >

