Forum,
I have a java WD applcation, where the requirement is to Auto Save the contents of a view with several Text Edits automatically after 10 minutes, so that the data gets saved while the user is writing (and it is saved if he forgets to save the content and logs out or power goes off).
For the same, i have used a Timed Trigger Element which calles a method to save the contents in the textedits. But the problem is, it is not behaving as espected.
The Timed Trigger element's timer resets even when text is entered in the textedit, though i was under an impresseion that the Timed Triggers timer resets only when there is a request from clent to sever.
pls tell me how to rectify this issue.
Edited by: rana brata de on Sep 9, 2010 5:27 AM