My application needs to allow anonymous users to fill out a form, but require them to log in when they submit the form. (The form target is the protected resource.) The original form request params are lost since it is a different request after login form submit.
I thought I could use a dynamic list of hidden fields on the form page to resubmit the form values, but the request params are gone by the time it hits the login page. *poof* (And even if I could do that, I dont think that is the best way.)
Any ideas?
Thank you,
Dan


