I've defined this entry in routes file :
GET /proj/:value.id controllers.MyController.Accessor(ident:Long)
To access this URL should I be able to use ? :
http://localhost:9000/proj/value.id=3
When I try this URL I receive
Action Not Found
For request 'GET /proj/value.id=3'
I think the format of my erequest is incorrect ?