Closed Romildo-Cumbe closed 8 years ago
`@ApplicationScoped public class Example extends Controller {
public void hello(Map params) throws MvcException {
//Conent here } }`
When your run the URL: htttp://localhost:8080/MyApp/example/hello
If will return a 404 http error. But it should find the action and set params as null
Bug could not be confirmed. Same procedures were followed but no such issue could be found.
`@ApplicationScoped public class Example extends Controller {
//Conent here } }`
When your run the URL: htttp://localhost:8080/MyApp/example/hello
If will return a 404 http error. But it should find the action and set params as null