Dynamic Action infinite loop
752357Aug 5 2010 — edited Aug 9 2010Hi,
I have a page with number of days, start date and end date.
If I change the number of days, I want to set the end date based on start date + num days.
I also want to go the other way so if they enter an end date, it will calculate the number of days.
I have dynamic actions for these and they both work fine. The problem is I get a Stack Overflow error after about a second. I assume it is stuck constantly running the 2 dynamic actions one after another, each triggering each other.
Has anyone else had this issue? And how did you solve it?
Thanks
Richard