DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Ok, this is actually quite ugly, but you get the optional arguments in the response method like this:
| Code Block | ||
|---|---|---|
| ||
MapIRequestParameters mapparams = ((WebRequestCycle) RequestCycle.get()).getRequest().getParameterMapgetRequestParameters(); |
Alternatively, you can Or to retrieve a single parameter by its key:
| Code Block | ||
|---|---|---|
| ||
String paramFoo = RequestCycle.get().getRequest().getRequestParameters().getParametergetParameterValue("foo"); |