-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
Allow templates to be added as resolved Views #55
Conversation
There seems to be a merge conflict |
@odrotbohm anything you want to add here? As this was mainly your code :) |
3f036d0
to
7821fa0
Compare
I like what I see, as, IIUC, this should allow dedicated models per template (fragment) rendered? |
Yes, that was one of the goals. |
(Added some tests) |
Maybe we should update the README.md to explain those new usages as well? (See section https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf#oob-swap-support) |
Done |
Also as fully-formed ModelAndView, or (as before) as view name String to be resolved later.
Thank you for your contribution! |
Also as fully-formed
ModelAndView
, or (as before) as view nameString
to be resolved later.See #53