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 22
22
23
23
< div th:fragment ="mytwcontent ">
24
24
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 ">
27
28
< div class ="row ">
28
29
< div class ="col ">
29
30
< div class ="card card-body " id ="newUser2UserMessageForm ">
75
76
</ div >
76
77
</ div >
77
78
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 >
80
82
</ div >
81
83
</ body >
82
84
</ html >
You can’t perform that action at this time.
0 commit comments