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.


Reply With Quote