Invariably with all my witty applications, I see that the page refreshes
automatically, after some time [not consistent, but every 5 minutes],
losing all information about the current state.

I have documented two instances where the behaviour  is repeated:
1. Hello world  example
https://drive.google.com/open?id=0B_Cj6nIE_2VAWXdSQ1plUHlhcXM&authuser=0
2. Sum Widget -- I created for learning.
https://drive.google.com/open?id=0B_Cj6nIE_2VAYzFNdUZNZDlpbEU&authuser=0

Both the examples had been created with the following configuration:
Boost 1.55.0
Wt 3.3.0
Gcc 4.7.2
Apache 2.2.22
mod_fcgid 2.3.6

Deployment using Wtfcgi on Apache Httpd

Wt Config [Override on approot]
---
<server>
  <application-settings location="*">
    <session-management>
      <reload-is-new-session>false</reload-is-new-session>
    </session-management>
    <connector-fcgi>
      <run-directory>/home/bvr/var/run/wt</run-directory>
    </connector-fcgi>
    <log-config>* debug</log-config>
  </application-settings>
</server>

My Questions:
1. Is this a bug or a feature?
2. This might be a server-initiated update, or a periodic client-side
update. However, can the values in the widget be preserved during such an
update?

Thanks,
-- 
(b v raghav)

bvrag...@gmail.com
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to