File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/main/resources/templates/user/messages Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2222
2323< div th:fragment ="mytwcontent ">
2424
25- < form id ="formId " th:action ="@{/user2user/{userId}/messages/(userId=${otherUser.id})} "
26- th:object ="${newUser2UserMessage} " method ="post ">
25+ < div th:with ="myUrlPath=@{/user2user/{userId}/messages(userId=${otherUser.id})} ">
26+
27+ < form id ="formId " th:action ="${myUrlPath} " th:object ="${newUser2UserMessage} " method ="post ">
2728 < div class ="row ">
2829 < div class ="col ">
2930 < div class ="card card-body " id ="newUser2UserMessageForm ">
7576 </ div >
7677 </ div >
7778
78- < div th:replace ="~{layout/tasks :: tw-tasks-pagination(page=${user2UserMessagePage})} ">
79- </ div >
79+ < div th:replace ="~{layout/tasks :: tw-tasks-pagination(page=${user2UserMessagePage}, myTaskState='', myUrlPath=${myUrlPath})} "> </ div >
80+
81+ </ div >
8082</ div >
8183</ body >
8284</ html >
You can’t perform that action at this time.
0 commit comments