We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The example does not show it, it only shows a redirect
Does this support using a jsf page as the view for my controller?
Where should I put my views and what should the controller return for the name of the view?
The text was updated successfully, but these errors were encountered:
Hi @paulpach,
spring mvc and jsf are two different view technologies. Controller is used by spring mvc not jsf.
joinfaces enables jsf inside spring boot application.
this repo illustrates how to use jsf inside spring boot, not spring mvc.
Sorry, something went wrong.
No branches or pull requests
The example does not show it, it only shows a redirect
Does this support using a jsf page as the view for my controller?
Where should I put my views and what should the controller return for the name of the view?
The text was updated successfully, but these errors were encountered: