I currently have a pop up that shows in my app in which users have to enter data.
I want a 5 minutes timer so after this time, if they did not fill out the data, the pop up will close.
Basically, after 5 minutes, I want a certain method of the bean to be called, which will as a result, close the pop up.
I know how to call the action on the bean, but I can't find any info on how to create a timer, and display it in the pop up. I need the user to be able to see the remaining time.
I currently have a <rich:modalPanel>
in order to display the pop-up.
Is this only possible?