Page 1 of 1

inplace always being updated on page refresh/redirection

Posted: 30 Dec 2010, 13:37
by sean.clarke
Hi,
I am using the "inplace" editor to manage the values/updates for some fields, it al works a treat - when the user clicks the field it turns to "edit mode", they change teh value, click the tick and it auto updates. However, when the user does not update a field, but visits the page, then redirects elsewhere then the inplace component calls my backing beans with the values that were there originally (i.e. untouched by the user).

Is there an easy way around this?

Many thanks
Sean

Re: inplace always being updated on page refresh/redirection

Posted: 03 Jan 2011, 17:24
by bumble.bee
Don't do a post redirect. Instead just do a get.

Re: inplace always being updated on page refresh/redirection

Posted: 07 Feb 2011, 00:36
by sean.clarke
Hi, how do you set that up?

Many thanks