Results 1 to 3 of 3

Thread: where's my request params

  1. #1
    Join Date
    Dec 2004
    Posts
    9

    Default where's my request params

    When I just implement the Controller interface, or extend AbstractController, I can't see any parameters, POST or GET, on my request, but using the commandControllers I can see post parameters, but not at every step in the flow, I think just on processFormSubmission,. Anybody have any ideas? Thanks.

  2. #2
    Join Date
    Jan 2005
    Location
    MD
    Posts
    31

    Default

    If you have a class that implements Controller, you should be able to see your request parameters in the HttpServletRequest object passed into handleRequest method. Are you doing something different in the way the controller is being used?

  3. #3
    Join Date
    Dec 2004
    Posts
    9

    Default

    No not that I know of, just using it normally. It seems odd that it would work at all if I was doing something fundamentally wrong.

Similar Threads

  1. Replies: 17
    Last Post: Jan 2nd, 2007, 01:43 PM
  2. Hibernate Long Session Per Flow?
    By akw in forum Web Flow
    Replies: 21
    Last Post: Dec 12th, 2005, 08:06 PM
  3. Replies: 9
    Last Post: Nov 1st, 2005, 10:36 PM
  4. Loosing my SecureContext
    By sklakken in forum Security
    Replies: 3
    Last Post: Jul 21st, 2005, 01:44 PM
  5. propogate request params through login page?
    By dlevine in forum Security
    Replies: 4
    Last Post: Jun 21st, 2005, 12:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •