My Ajax calls are getting swallowed somewhere. Is there someplace I can set a break-point to find out where it's dying?
On 12/17/2009 11:28 AM, Kurt Heston wrote: > I've read alot about ajax and the back button in the forums and on the > web, but what I'm seeing looks to be a different problem in v1.4.3. I > don't think it has anything to do with WICKET-271. > > I have some ajax in a panel that works perfectly after a page refresh > but not after pressing the back button. I can see the call (POST) being > made in FireBug and have confirmed it isn't being swallowed by Firefox > caching with a JMeter proxy, but my onSubmit method isn't firing > server-side. If I press the browser refresh button, onSubmit starts > firing again. Not entirely sure, but I think this worked in v1.3.5. > > Suggestions? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
