Details
Description
This is not possible:
@ActionMethod( asDefault = true, parameters = { "value" } ) public void myActionMethod( HttpResponse response, String value ) { }
I receive an "wrong amount of parameters" exception. Why is the HttpResponse object not injected and the value taken from the GET/POST parameters?