Emerjoin / Hi-Framework-features

Java EE Framework
5 stars 1 forks source link

Actions with params not being found if no param is passed from URL #69

Closed Romildo-Cumbe closed 8 years ago

Romildo-Cumbe commented 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

emjunior258 commented 8 years ago

Bug could not be confirmed. Same procedures were followed but no such issue could be found.