Re: [Xsltforms-support] Two questions: about success and failure of PUT, and about cache invalidati
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2013-02-22 18:14:47
|
Hello Michael, > I expect my users will get sick of the dialog box popping up on > success, and I may look for a way to make the success indicator less > obtrusive, but the error box will be helpful. I guess a success message displayed only 5 seconds or cleared just after the next user interaction would be nice. There is no delay in standard XForms action except for incremental mode. A bubbling event might do the trick for clearing the success message... > My question about evading an over-enthusiastic cache remains an open > question. This is a well-known XMLHttpRequest issue and many developers just add a dummy parameter, such as the current date and time, to the HTTP request filename so the browser always consider it different. Thank you for your feedbacks! -Alain |