Closed partysalat closed 10 years ago
Was caused by wrong query parameter. @partysalat please check if everythins is working now and close the issue, if it does.
Solution is not working.
The frontend POSTs formparams. These should be declared in function head at the backend as e.g. @FormParam("adminName") String adminName,
Maybe thats the problem?
Added missing annotations, please check again.
If you create an Admin at the install page, the data in the database field name is the POST request body e.g. "name=admin&password=admin"
SHOULD BE: correct entries