You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HtmxResponseHandlerMethodReturnValueHandler alone is enough to cover the HtmxResponse return value from normal controller methods and exception handlers
Fixes#94
I would love to be able to use
HtmxResponse
as the return type for error handlers. This would allow to do something like this:The idea is that there is a
<div/>
on each page that allows to show a general error message via OOB swap.As a workaround, I currently do this:
But it would be nicer if we could use
HtmxResponse
.The text was updated successfully, but these errors were encountered: