I'm currently working with Umbraco v6.1.6 and Contour 3.0.21. I needed to have a DropDownList in a form that had to be populated by the names of the children of a certain node. My solution was to create a Prevalue Source that received the Id of the node I'm interested in via parameter and proceeded to fetch the node names of the children.
Everything works out quite nicely, except that every few minutes the Prevalue Source's parameter resets to nothing and that ends up messing with my form (meaning, the DropDownList that was populated goes back to being empty).
Any idea what could be going on? The form I'm working on was made with CodeFirst (I don't know if this has anything to do with the problem).
Prevalue Source's properties reset automatically
Hi everybody,
I'm currently working with Umbraco v6.1.6 and Contour 3.0.21. I needed to have a DropDownList in a form that had to be populated by the names of the children of a certain node. My solution was to create a Prevalue Source that received the Id of the node I'm interested in via parameter and proceeded to fetch the node names of the children.
Everything works out quite nicely, except that every few minutes the Prevalue Source's parameter resets to nothing and that ends up messing with my form (meaning, the DropDownList that was populated goes back to being empty).
Any idea what could be going on? The form I'm working on was made with CodeFirst (I don't know if this has anything to do with the problem).
is working on a reply...