-
Oct 3rd, 2008, 02:41 AM
#1
how to get HttpResponse Object using AbstractWizardFormController
Hello,
We are using wizard in our application and extends controller from AbstractWizardFormController class.
I need to get HttpResponse object at wizard controller (subclass of AbstractWizardFormController) but I could not find a method where can i get it.
I need this HttpResponse object to set certain values (cookies & header) for client end.
Can any body please me in this regards.
-
Oct 3rd, 2008, 07:32 AM
#2
Have you looked at the API? There are a number of methods you can override to hook into the AbstractWizardFormController's workflow that have the HttpServletResponse as a parameter.
See http://static.springframework.org/sp...ontroller.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules