Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Symptom: When using a repeating ActionLink in a table where some of the rows don't have ids, then the id is rendered as the id of the row above.
Root cause: ActionLink.setValueObject method should setValue to null if object is null. (Currently ignores null).