Is there any way to access DSRequest.oldValues with Velocity in the ds.xml? $oldValues doesn't seem to do it.
What I'm looking for is some way to pass an additional parameter with all of the fetches, updates, etc. that are generated by a particular ListGrid. I can pass it on the fetch and then return it as data in the fetch results. But it doesn't come back on the update or remove since it is hidden and isn't changed by the user. So I thought to use oldValues which do get passed, but it doesn't appear there is access to oldValues in Velocity.
Is there another approach I can take to accomplish this?
What I'm looking for is some way to pass an additional parameter with all of the fetches, updates, etc. that are generated by a particular ListGrid. I can pass it on the fetch and then return it as data in the fetch results. But it doesn't come back on the update or remove since it is hidden and isn't changed by the user. So I thought to use oldValues which do get passed, but it doesn't appear there is access to oldValues in Velocity.
Is there another approach I can take to accomplish this?
Comment