Override this to do something interesting when a form is submitted. To keep things simple, this doesn't allow for multiple params with the same name. If no params submitted, the Dict will be empty (not null).
(StringDict dict)
| 156 | * same name. If no params submitted, the Dict will be empty (not null). |
| 157 | */ |
| 158 | public void handleSubmit(StringDict dict) { |
| 159 | } |
| 160 | |
| 161 | |
| 162 | public void handleLink(String link) { |