May be you could provide the developer with access to the page history
utilities such that i can update the version of the current page at will or
leave things to work normally if i dont want to break anything.  something
like thisPage.getVersion().increment() ;

regards.

On Fri, Sep 17, 2010 at 6:03 PM, Martijn Dashorst <
[email protected]> wrote:

> On Fri, Sep 17, 2010 at 3:04 PM, Martin Grigorov <[email protected]>
> wrote:
> > I wont say this is a bug.
> > Actually it is by design.
> > When the page renders all links' href url points to specific page
> version.
> > So when the user clicks on any link the page is properly resolved and the
> > click processed.
> > If you change the page id with Ajax then there is a chance to leave
> broken
> > links/forms in the page. Clicking on those will result in either using
> old
> > version of the page or even worse PageExpiredException.
>
> Couldn't we use a cookie to keep the current version/tab/window? we
> could update it serverside and clientside to our liking... Not sure
> how we could hook into the back button for that though...
>
> One thing is sure: when using ajax, javascript works...
>
> Martijn
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to