I didn't think a post request would do that? I'm new to Clean and Ajax in general, so maybe it's just me. However, a postFormByName isn't changing the URL? is there an option to keep it from re-writing the URL?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You should set the attribute cache on your messages to false. The #msg:1163203514156 is the message id used by the engine to controls back/forward navigation for cached AJAX requests.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using doPost to receive a message and my URL changes to something similar to:
http://192.168.0.3/cgi-bin/ef.cgi/#msg:1163203514156
I didn't think a post request would do that? I'm new to Clean and Ajax in general, so maybe it's just me. However, a postFormByName isn't changing the URL? is there an option to keep it from re-writing the URL?
You should set the attribute cache on your messages to false. The #msg:1163203514156 is the message id used by the engine to controls back/forward navigation for cached AJAX requests.