I have a parent child scenario where the parent id is being passed to the child action. Since the actions are instantiated on each request, I am losing the parent id as soon as there is a subsequent request on the child action! Is there a straightforward technique for preserving the parent id in the child action?
-- Scott [EMAIL PROTECTED]