Emerjoin / Hi-Framework-features

Java EE Framework
5 stars 1 forks source link

if no action is mentioned in URL, action named "index" should be called #86

Closed Romildo-Cumbe closed 8 years ago

Romildo-Cumbe commented 8 years ago

I want URL's like https://uezu.org.mz/register-students

The controller is RegisterStudent.class The action is index

IF no index action found, it should present an error "Expecting a index action" and not "Expecting a action name from the URL"

If no I add a bar "/" it should also work https://uezu.org.mz/register-students/

It should suport params as any other action

emjunior258 commented 8 years ago

The index word should also be hidden on ajax redirect URLs

emjunior258 commented 8 years ago

No slash is supported at the end of the URL

This works: https://uezu.org.mz/register-students

This doesn't work: https://uezu.org.mz/register-students/