But ajax and clientside state really isn't the best combination to have.
Because for every request the page state must be sent over and sent back.
johan
On 4/30/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
On 4/29/06, Matej Knopp < [EMAIL PROTECTED]> wrote:Johan Compagner wrote:
> this is pretyt much all in place.
> I don't believe in a cookie and or url state what is that? storing a
> page in an url?
>
> We have a branch where we have a first draft of ClientSide Page saving
> (in an _javascript_ variable that is then set in a hidden field of all the
> forms)
How will hidden field work with ajax? Will every response have to carry
the whole (new) page state?
yep, ajax + clientstate = the suck
-Igor