You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Gary Larsen <ga...@envisn.com> on 2007/03/08 15:41:14 UTC

Question on Ajax and continuations

I just have a question on Ajax processing to help me understand what's
happening.  I'm using 2.1.9.

 

Here's the scenario:

 

-          an on-change listener set values on a form

-          form is submitted

-          back button on browser

-          the values are no longer set

 

When setting values directly on the form the values are still set when
returning from the submit.  When Ajax is turned off the values also remain
set.

 

I don't consider this a real problem considering the benefits of Ajax.  Is
this normal behavior or could I be doing something wrong?

 

Thanks,

gary