- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for searchNoResult (0.17 sec)
-
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
} public void test_searchRelatedPaths() throws Exception { // Test search-related paths assertEquals("/search.jsp", FessHtmlPath.path_SearchJsp.getRoutingPath()); assertEquals("/searchNoResult.jsp", FessHtmlPath.path_SearchNoResultJsp.getRoutingPath()); assertEquals("/searchOptions.jsp", FessHtmlPath.path_SearchOptionsJsp.getRoutingPath());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
/** The path of the HTML: /search.jsp */ HtmlNext path_SearchJsp = new HtmlNext("/search.jsp"); /** The path of the HTML: /searchNoResult.jsp */ HtmlNext path_SearchNoResultJsp = new HtmlNext("/searchNoResult.jsp"); /** The path of the HTML: /searchOptions.jsp */ HtmlNext path_SearchOptionsJsp = new HtmlNext("/searchOptions.jsp");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 21 04:02:44 UTC 2025 - 26.3K bytes - Viewed (0)