From: itsme213 Date: 2005-01-15T04:06:13+09:00 Subject: Re: [ANN] Nemo 0.1.0 + Wee 0.4.0 "Michael Neumann" wrote > Well, using live-update could change the current components state, but > it would not modify snapshotted state. This means, that a live-update > should not change state that is beeing backtracked, as a live-update > does not generate a new page. Is generation of a new page necessarily tied to being able to backtrack? On the server: Could live_update components override Component#backtrack_state to have the back-button work even without page-reloads? On the client: Will the browser's history need to be manipulated to make the back button work with live updates? (asked very tenously as I am not confident of the terminology). Thanks.