I have activated globalization config in my lithium framework.
When I using html helper in my View like '$this->form->create()'.
The page threw an Exception with "No parameter match found for URL {$url}
".
I found that in my 'Lithium\action\Request' object ,the Param property has a key named 'locale' , It detected the locale setting with "zh_CN" .That's right however case the problem.The route object could not find the right match.
So how to deal with it? Thanks for all help.