SoFunction
Updated on 2025-04-10

Method Refresh the page and pop up the dialog box to display the page again

When refreshing the page using the () method, sometimes such a pop-up box will appear during the browsing period.
The solution is:
1: = "${base}/rwfp/rwfpcontent" Use this method to find the location of the action corresponding to the page. Although the page is refreshed, the data will be displayed from the first page after refreshing, and it does not stay on the original page.
Two: $("#yhsubmit").click() This method is related to pagination, and #yhsubmit is
Copy the codeThe code is as follows:

<div class="pagination">
<#compress>
<#include "../layout/"/>
<#if pagination?exists><@pagination formId="#yhform" submitId="#yhsubmit"/></#if>
</#compress>
<input type="submit" style="display: none;" />
</div>

After refreshing this method, the page will stay in its original position.