Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://docs.spring.io/spring/docs/3.1.x/spring-framework-reference/html/mvc.html "The contract of a view resolver specifies that a view resolver can return null to indicate the view could not be found."
Now, Mixer2ViewResolver throws FileNotFoundException when the view could not be found.
Mixer2ViewResolverがviewを処理できない場合に後続のVeiwResolver(例えばjsp用のinternalResourceViewResolver)に引き継げるようにする。
The text was updated successfully, but these errors were encountered:
refs #9
66fc786
fix on 1.2.21
Sorry, something went wrong.
1.2.21 still have bug. fix on 1.2.22
No branches or pull requests
http://docs.spring.io/spring/docs/3.1.x/spring-framework-reference/html/mvc.html
"The contract of a view resolver specifies that a view resolver can return null to indicate the view could not be found."
Now, Mixer2ViewResolver throws FileNotFoundException when the view could not be found.
Mixer2ViewResolverがviewを処理できない場合に後続のVeiwResolver(例えばjsp用のinternalResourceViewResolver)に引き継げるようにする。
The text was updated successfully, but these errors were encountered: