Description
When letting tapestry set initialValue to a property, it currently sets the property on page load -
If one uses an initial value that depends on parameter bindings, it all works fine, until the component is inside a loop and its bindings values are changing -
please add a scope to initialValue to enable reset the property: instead on pageDetach enable resetting just before or just after the component renders.
Thanx,
Ron