Results 1 to 2 of 2

Thread: how to get HttpResponse Object using AbstractWizardFormController

  1. #1

    Default 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.

  2. #2
    Join Date
    Oct 2006
    Posts
    228

    Default

    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
  •