Sascha Woo
Sascha Woo
Can we close this issue?
>I believe if you create the things that are created in [HtmxMvcAutoConfiguration](https://github.com/wimdeblauwe/htmx-spring-boot/blob/main/htmx-spring-boot/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/mvc/HtmxMvcAutoConfiguration.java) it should probably work. But I have not tested it. Exactly that and the exclusion of Spring Boot...
@mic4126 any news on this?
Could you please be more specific about why you can't use `HtmxRedirectView` as the return type?
>I also don't want to return Object (or Any in my Kotlin case) However, this is a common use case when you have two different types of return values. >I...
@checketts using `JteModel` as the return type of a handler method is not part of the Jte project, right? I wonder if you are using a custom `HandlerMethodReturnValueHandler`?
>I disagree. You can, but that doesn't change my opinion. According to the HTTP/1.1 specification (RFC 7231, Section 6.4), redirect responses usually do not include a body because the client...
>Can you add an examples of how the code looks with the annotations and without? I will add a message on Twitter and Bluesky after that so people can give...
As I said before, I'm not a big fan of these prefixes. Introducing attributes such as `hx-ext-ignore` and `hx-ext-disinherit` are the better choice in my opinion. We still have the...
Could you please run your Spring Boot app with `--debug` and check if the `HtmxMvcAutoConfiguration` is loaded?