I'm looking for a way to save and later replay a request.

What I'd like to implement is similar to the form-based authentication in
servlet container, except I want to use a captcha. The user should be able
to enter data into a form and then submit it. On the first submission, he is
then redirected to a page where he has to enter the letters of the captcha
and to submit it. If the letters are correct, the original request is
processed.

Thus, I'm now looking for a way to retrieve all relevant request data
(independent of the service) so I can store it in the session, and a way to
start the processing of the original request once the saved request has been
restored.

Any hints?
-- 
View this message in context: 
http://www.nabble.com/Save-and-replay-request-tf2029438.html#a5582029
Sent from the Tapestry - User forum at Nabble.com.

Reply via email to